#C49E62

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

Shades of Fallow #C49E62

Tints of Fallow #C49E62

Color information

#C49E62 (or 0xC49E62) is unknown color: approx Fallow. HEX triplet: C4, 9E and 62. RGB value is (196,158,98). Sum of RGB (Red+Green+Blue) = 196+158+98=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49E62 is #3B619D. Grayscale: #A2A2A2. Windows color (decimal): -3891614 or 6463172. OLE color: 6463172.

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

Color convert

RGB19615898-
CMYK00.190.50.23
HSL36.73º45.37%57.65%-
HSV(B)36.73º50%76.86%-
XYZ37.237.0716.75-
YUV162.5291.59151.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.36%
GREEN value IS 158 (62.11% from 255) = 34.96%
BLUE value IS 98 (38.67% from 255) = 21.68%
R=43.36%
G=34.96%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961589800.190.50.2336.7345.3757.65
HexC49E620133217252d3a
Octal3042361420236227455572
Binary1100010010011110110001001001111001010111100101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49E62; }

 p { color: rgb(196,158,98); }

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

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

 a { background-color: rgb(196,158,98); }

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

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

 span { border-color: rgb(196,158,98); }

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