#C49631

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

Shades of Nugget #C49631

Tints of Nugget #C49631

Color information

#C49631 (or 0xC49631) is unknown color: approx Nugget. HEX triplet: C4, 96 and 31. RGB value is (196,150,49). Sum of RGB (Red+Green+Blue) = 196+150+49=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C49631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49631 is #3B69CE. Grayscale: #989898. Windows color (decimal): -3893711 or 3249860. OLE color: 3249860.

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

Color convert

RGB19615049-
CMYK00.230.750.23
HSL41.22º60%48.04%-
HSV(B)41.22º75%76.86%-
XYZ34.2333.777.62-
YUV152.2469.74159.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.62%
GREEN value IS 150 (58.98% from 255) = 37.97%
BLUE value IS 49 (19.53% from 255) = 12.41%
R=49.62%
G=37.97%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961504900.230.750.2341.226048.04
HexC496310174B17293c30
Octal3042266102711327517460
Binary1100010010010110110001010111100101110111101001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49631; }

 p { color: rgb(196,150,49); }

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

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

 a { background-color: rgb(196,150,49); }

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

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

 span { border-color: rgb(196,150,49); }

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