#C09722

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

Shades of Nugget #C09722

Tints of Nugget #C09722

Color information

#C09722 (or 0xC09722) is unknown color: approx Nugget. HEX triplet: C0, 97 and 22. RGB value is (192,151,34). Sum of RGB (Red+Green+Blue) = 192+151+34=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C09722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09722 is #3F68DD. Grayscale: #969696. Windows color (decimal): -4155614 or 2267072. OLE color: 2267072.

HSL color Cylindrical-coordinate representation of color #C09722: hue angle of 44.43º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C09722 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB19215134-
CMYK00.210.820.25
HSL44.43º69.91%44.31%-
HSV(B)44.43º82.29%75.29%-
XYZ33.0933.466.23-
YUV149.9262.58158.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.93%
GREEN value IS 151 (59.38% from 255) = 40.05%
BLUE value IS 34 (13.67% from 255) = 9.02%
R=50.93%
G=40.05%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921513400.210.820.2544.4369.9144.31
HexC0972201552192c462c
Octal30022742025122315410654
Binary11000000100101111000100101011010010110011011001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09722; }

 p { color: rgb(192,151,34); }

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

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

 a { background-color: rgb(192,151,34); }

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

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

 span { border-color: rgb(192,151,34); }

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