#C29E34

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

Shades of Nugget #C29E34

Tints of Nugget #C29E34

Color information

#C29E34 (or 0xC29E34) is unknown color: approx Nugget. HEX triplet: C2, 9E and 34. RGB value is (194,158,52). Sum of RGB (Red+Green+Blue) = 194+158+52=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29E34 is #3D61CB. Grayscale: #9D9D9D. Windows color (decimal): -4022732 or 3448514. OLE color: 3448514.

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

Color convert

RGB19415852-
CMYK00.190.730.24
HSL44.79º57.72%48.24%-
HSV(B)44.79º73.2%76.08%-
XYZ35.0936.178.38-
YUV156.6868.93154.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.02%
GREEN value IS 158 (62.11% from 255) = 39.11%
BLUE value IS 52 (20.70% from 255) = 12.87%
R=48.02%
G=39.11%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941585200.190.730.2444.7957.7248.24
HexC29E3401349182d3a30
Octal3022366402311130557260
Binary1100001010011110110100010011100100111000101101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29E34; }

 p { color: rgb(194,158,52); }

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

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

 a { background-color: rgb(194,158,52); }

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

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

 span { border-color: rgb(194,158,52); }

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