#c49f4e

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

Shades of Sundance #C49F4E

Tints of Sundance #C49F4E

Color information

#C49F4E (or 0xC49F4E) is unknown color: approx Sundance. HEX triplet: C4, 9F and 4E. RGB value is (196,159,78). Sum of RGB (Red+Green+Blue) = 196+159+78=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49F4E is #3B60B1. Grayscale: #A1A1A1. Windows color (decimal): -3891378 or 5152708. OLE color: 5152708.

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

Color convert

RGB19615978-
CMYK00.190.600.23
HSL41.19º50%53.73%-
HSV(B)41.19º60.2%76.86%-
XYZ36.5437.0812.44-
YUV160.8381.26153.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.27%
GREEN value IS 159 (62.5% from 255) = 36.72%
BLUE value IS 78 (30.86% from 255) = 18.01%
R=45.27%
G=36.72%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961597800.190.600.2341.195053.73
HexC49F4E0133C17293236
Octal3042371160237427516266
Binary1100010010011111100111001001111110010111101001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c49f4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c49f4e; }

 p { color: rgb(196,159,78); }

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

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

 a { background-color: rgb(196,159,78); }

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

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

 span { border-color: rgb(196,159,78); }

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