#C49929

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

Shades of Nugget #C49929

Tints of Nugget #C49929

Color information

#C49929 (or 0xC49929) is unknown color: approx Nugget. HEX triplet: C4, 99 and 29. RGB value is (196,153,41). Sum of RGB (Red+Green+Blue) = 196+153+41=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 41 (16.41% from 255 or 10.51% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C49929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49929 is #3B66D6. Grayscale: #999999. Windows color (decimal): -3892951 or 2726340. OLE color: 2726340.

HSL color Cylindrical-coordinate representation of color #C49929: hue angle of 43.35º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C49929 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB19615341-
CMYK00.220.790.23
HSL43.35º65.4%46.47%-
HSV(B)43.35º79.08%76.86%-
XYZ34.5634.686.97-
YUV153.0964.75158.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.26%
GREEN value IS 153 (60.16% from 255) = 39.23%
BLUE value IS 41 (16.41% from 255) = 10.51%
R=50.26%
G=39.23%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961534100.220.790.2343.3565.446.47
HexC499290164F172b412e
Octal30423151026117275310156
Binary11000100100110011010010101101001111101111010111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49929; }

 p { color: rgb(196,153,41); }

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

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

 a { background-color: rgb(196,153,41); }

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

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

 span { border-color: rgb(196,153,41); }

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