#c29c2d

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

Shades of Nugget #C29C2D

Tints of Nugget #C29C2D

Color information

#C29C2D (or 0xC29C2D) is unknown color: approx Nugget. HEX triplet: C2, 9C and 2D. RGB value is (194,156,45). Sum of RGB (Red+Green+Blue) = 194+156+45=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29C2D is #3D63D2. Grayscale: #9B9B9B. Windows color (decimal): -4023251 or 2989250. OLE color: 2989250.

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

Color convert

RGB19415645-
CMYK00.200.770.24
HSL44.7º62.34%46.86%-
HSV(B)44.7º76.8%76.08%-
XYZ34.6135.447.5-
YUV154.7166.09156.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.11%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 45 (17.97% from 255) = 11.39%
R=49.11%
G=39.49%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941564500.200.770.2444.762.3446.86
HexC29C2D0144D182d3e2f
Octal3022345502411530557657
Binary1100001010011100101101010100100110111000101101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c29c2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c29c2d; }

 p { color: rgb(194,156,45); }

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

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

 a { background-color: rgb(194,156,45); }

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

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

 span { border-color: rgb(194,156,45); }

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