#C0861C

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

Shades of Nugget #C0861C

Tints of Nugget #C0861C

Color information

#C0861C (or 0xC0861C) is unknown color: approx Nugget. HEX triplet: C0, 86 and 1C. RGB value is (192,134,28). Sum of RGB (Red+Green+Blue) = 192+134+28=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0861C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0861C is #3F79E3. Grayscale: #8B8B8B. Windows color (decimal): -4159972 or 1869504. OLE color: 1869504.

HSL color Cylindrical-coordinate representation of color #C0861C: hue angle of 38.78º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0861C is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB19213428-
CMYK00.300.850.25
HSL38.78º74.55%43.14%-
HSV(B)38.78º85.42%75.29%-
XYZ30.4728.344.96-
YUV139.2665.22165.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.24%
GREEN value IS 134 (52.73% from 255) = 37.85%
BLUE value IS 28 (11.33% from 255) = 7.91%
R=54.24%
G=37.85%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921342800.300.850.2538.7874.5543.14
HexC0861C01E5519274b2b
Octal30020634036125314711353
Binary1100000010000110111000111101010101110011001111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0861C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0861C; }

 p { color: rgb(192,134,28); }

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

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

 a { background-color: rgb(192,134,28); }

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

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

 span { border-color: rgb(192,134,28); }

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