#C29722

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

Shades of Nugget #C29722

Tints of Nugget #C29722

Color information

#C29722 (or 0xC29722) is unknown color: approx Nugget. HEX triplet: C2, 97 and 22. RGB value is (194,151,34). Sum of RGB (Red+Green+Blue) = 194+151+34=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 34 (13.67% from 255 or 8.97% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C29722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29722 is #3D68DD. Grayscale: #979797. Windows color (decimal): -4024542 or 2267074. OLE color: 2267074.

HSL color Cylindrical-coordinate representation of color #C29722: hue angle of 43.88º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C29722 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB19415134-
CMYK00.220.820.24
HSL43.88º70.18%44.71%-
HSV(B)43.88º82.47%76.08%-
XYZ33.633.726.25-
YUV150.5262.25159.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.19%
GREEN value IS 151 (59.38% from 255) = 39.84%
BLUE value IS 34 (13.67% from 255) = 8.97%
R=51.19%
G=39.84%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941513400.220.820.2443.8870.1844.71
HexC2972201652182c462d
Octal30222742026122305410655
Binary11000010100101111000100101101010010110001011001000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29722; }

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

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

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

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

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

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

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

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