#C08A28

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

Shades of Nugget #C08A28

Tints of Nugget #C08A28

Color information

#C08A28 (or 0xC08A28) is unknown color: approx Nugget. HEX triplet: C0, 8A and 28. RGB value is (192,138,40). Sum of RGB (Red+Green+Blue) = 192+138+40=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08A28 is #3F75D7. Grayscale: #8F8F8F. Windows color (decimal): -4158936 or 2656960. OLE color: 2656960.

HSL color Cylindrical-coordinate representation of color #C08A28: hue angle of 38.68º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C08A28 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB19213840-
CMYK00.280.790.25
HSL38.68º65.52%45.49%-
HSV(B)38.68º79.17%75.29%-
XYZ31.2129.546.06-
YUV142.9769.89162.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.89%
GREEN value IS 138 (54.30% from 255) = 37.30%
BLUE value IS 40 (16.02% from 255) = 10.81%
R=51.89%
G=37.30%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921384000.280.790.2538.6865.5245.49
HexC08A2801C4F1927422d
Octal30021250034117314710255
Binary11000000100010101010000111001001111110011001111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08A28; }

 p { color: rgb(192,138,40); }

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

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

 a { background-color: rgb(192,138,40); }

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

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

 span { border-color: rgb(192,138,40); }

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