#C29B32

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

Shades of Nugget #C29B32

Tints of Nugget #C29B32

Color information

#C29B32 (or 0xC29B32) is unknown color: approx Nugget. HEX triplet: C2, 9B and 32. RGB value is (194,155,50). Sum of RGB (Red+Green+Blue) = 194+155+50=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29B32 is #3D64CD. Grayscale: #9B9B9B. Windows color (decimal): -4023502 or 3316674. OLE color: 3316674.

HSL color Cylindrical-coordinate representation of color #C29B32: hue angle of 43.75º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C29B32 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB19415550-
CMYK00.200.740.24
HSL43.75º59.02%47.84%-
HSV(B)43.75º74.23%76.08%-
XYZ34.5535.147.98-
YUV154.6968.92156.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.62%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 50 (19.92% from 255) = 12.53%
R=48.62%
G=38.85%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941555000.200.740.2443.7559.0247.84
HexC29B320144A182c3b30
Octal3022336202411230547360
Binary1100001010011011110010010100100101011000101100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29B32; }

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

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

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

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

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

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

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

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