#c0912d

Color #C0912D Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #C0912D

Tints of Nugget #C0912D

Color information

#C0912D (or 0xC0912D) is unknown color: approx Nugget. HEX triplet: C0, 91 and 2D. RGB value is (192,145,45). Sum of RGB (Red+Green+Blue) = 192+145+45=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0912D is #3F6ED2. Grayscale: #949494. Windows color (decimal): -4157139 or 2986432. OLE color: 2986432.

HSL color Cylindrical-coordinate representation of color #C0912D: hue angle of 40.82º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0912D is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB19214545-
CMYK00.240.770.25
HSL40.82º62.03%46.47%-
HSV(B)40.82º76.56%75.29%-
XYZ32.3431.656.89-
YUV147.6570.07159.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 50.26%
GREEN value IS 145 (57.03% from 255) = 37.96%
BLUE value IS 45 (17.97% from 255) = 11.78%
R=50.26%
G=37.96%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921454500.240.770.2540.8262.0346.47
HexC0912D0184D19293e2e
Octal3002215503011531517656
Binary1100000010010001101101011000100110111001101001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0912d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0912d; }

 p { color: rgb(192,145,45); }

 H1.HeaderClassName
 {
   color: #c0912d;
 }
 .AnyTagClassName
 {
   color: #c0912d;
 }
</style>
background-color css

<style>
 a { background-color: #c0912d; }

 a { background-color: rgb(192,145,45); }

 div.DivClassName
 {
   background-color: #c0912d;
 }
 .BgClassName
 {
   background-color: #c0912d;
 }
</style>
border-color css

<style>
 span { border-color: #c0912d; }

 span { border-color: rgb(192,145,45); }

 td.TdClassName
 {
   border-color: #c0912d;
 }
 .TagClassName
 {
   border-color: #c0912d;
 }
</style>