#C08A29

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

Shades of Nugget #C08A29

Tints of Nugget #C08A29

Color information

#C08A29 (or 0xC08A29) is unknown color: approx Nugget. HEX triplet: C0, 8A and 29. RGB value is (192,138,41). Sum of RGB (Red+Green+Blue) = 192+138+41=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 41 (16.41% from 255 or 11.05% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08A29 is #3F75D6. Grayscale: #8F8F8F. Windows color (decimal): -4158935 or 2722496. OLE color: 2722496.

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

Color convert

RGB19213841-
CMYK00.280.790.25
HSL38.54º64.81%45.69%-
HSV(B)38.54º78.65%75.29%-
XYZ31.2329.546.15-
YUV143.0970.39162.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.75%
GREEN value IS 138 (54.30% from 255) = 37.20%
BLUE value IS 41 (16.41% from 255) = 11.05%
R=51.75%
G=37.20%
B=11.05%

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
Decimal1921384100.280.790.2538.5464.8145.69
HexC08A2901C4F1927412e
Octal30021251034117314710156
Binary11000000100010101010010111001001111110011001111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08A29; }

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

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

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

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

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

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

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

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