#C29932

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

Shades of Nugget #C29932

Tints of Nugget #C29932

Color information

#C29932 (or 0xC29932) is unknown color: approx Nugget. HEX triplet: C2, 99 and 32. RGB value is (194,153,50). Sum of RGB (Red+Green+Blue) = 194+153+50=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C29932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29932 is #3D66CD. Grayscale: #999999. Windows color (decimal): -4024014 or 3316162. OLE color: 3316162.

HSL color Cylindrical-coordinate representation of color #C29932: hue angle of 42.92º 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 #C29932 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB19415350-
CMYK00.210.740.24
HSL42.92º59.02%47.84%-
HSV(B)42.92º74.23%76.08%-
XYZ34.2234.487.87-
YUV153.5269.58156.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.87%
GREEN value IS 153 (60.16% from 255) = 38.54%
BLUE value IS 50 (19.92% from 255) = 12.59%
R=48.87%
G=38.54%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941535000.210.740.2442.9259.0247.84
HexC299320154A182b3b30
Octal3022316202511230537360
Binary1100001010011001110010010101100101011000101011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29932; }

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

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

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

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

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

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

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

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