#C49F4D

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

Shades of Sundance #C49F4D

Tints of Sundance #C49F4D

Color information

#C49F4D (or 0xC49F4D) is unknown color: approx Sundance. HEX triplet: C4, 9F and 4D. RGB value is (196,159,77). Sum of RGB (Red+Green+Blue) = 196+159+77=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49F4D is #3B60B2. Grayscale: #A1A1A1. Windows color (decimal): -3891379 or 5087172. OLE color: 5087172.

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

Color convert

RGB19615977-
CMYK00.190.610.23
HSL41.34º50.21%53.53%-
HSV(B)41.34º60.71%76.86%-
XYZ36.537.0712.25-
YUV160.7280.76153.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.37%
GREEN value IS 159 (62.5% from 255) = 36.81%
BLUE value IS 77 (30.47% from 255) = 17.82%
R=45.37%
G=36.81%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961597700.190.610.2341.3450.2153.53
HexC49F4D0133D17293236
Octal3042371150237527516266
Binary1100010010011111100110101001111110110111101001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49F4D; }

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

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

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

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

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

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

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

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