#C09B32

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

Shades of Nugget #C09B32

Tints of Nugget #C09B32

Color information

#C09B32 (or 0xC09B32) is unknown color: approx Nugget. HEX triplet: C0, 9B and 32. RGB value is (192,155,50). Sum of RGB (Red+Green+Blue) = 192+155+50=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09B32 is #3F64CD. Grayscale: #9A9A9A. Windows color (decimal): -4154574 or 3316672. OLE color: 3316672.

HSL color Cylindrical-coordinate representation of color #C09B32: hue angle of 44.37º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C09B32 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19215550-
CMYK00.190.740.25
HSL44.37º58.68%47.45%-
HSV(B)44.37º73.96%75.29%-
XYZ34.0434.887.96-
YUV154.0969.26155.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.36%
GREEN value IS 155 (60.94% from 255) = 39.04%
BLUE value IS 50 (19.92% from 255) = 12.59%
R=48.36%
G=39.04%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921555000.190.740.2544.3758.6847.45
HexC09B320134A192c3b2f
Octal3002336202311231547357
Binary1100000010011011110010010011100101011001101100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09B32; }

 p { color: rgb(192,155,50); }

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

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

 a { background-color: rgb(192,155,50); }

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

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

 span { border-color: rgb(192,155,50); }

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