#C49A33

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

Shades of Nugget #C49A33

Tints of Nugget #C49A33

Color information

#C49A33 (or 0xC49A33) is unknown color: approx Nugget. HEX triplet: C4, 9A and 33. RGB value is (196,154,51). Sum of RGB (Red+Green+Blue) = 196+154+51=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49A33 is #3B65CC. Grayscale: #9B9B9B. Windows color (decimal): -3892685 or 3381956. OLE color: 3381956.

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

Color convert

RGB19615451-
CMYK00.210.740.23
HSL42.62º58.7%48.43%-
HSV(B)42.62º73.98%76.86%-
XYZ34.9235.098.06-
YUV154.8269.41157.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.88%
GREEN value IS 154 (60.55% from 255) = 38.40%
BLUE value IS 51 (20.31% from 255) = 12.72%
R=48.88%
G=38.40%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961545100.210.740.2342.6258.748.43
HexC49A330154A172b3b30
Octal3042326302511227537360
Binary1100010010011010110011010101100101010111101011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49A33; }

 p { color: rgb(196,154,51); }

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

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

 a { background-color: rgb(196,154,51); }

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

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

 span { border-color: rgb(196,154,51); }

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