#C49F62

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

Shades of Fallow #C49F62

Tints of Fallow #C49F62

Color information

#C49F62 (or 0xC49F62) is unknown color: approx Fallow. HEX triplet: C4, 9F and 62. RGB value is (196,159,98). Sum of RGB (Red+Green+Blue) = 196+159+98=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49F62 is #3B609D. Grayscale: #A3A3A3. Windows color (decimal): -3891358 or 6463428. OLE color: 6463428.

HSL color Cylindrical-coordinate representation of color #C49F62: hue angle of 37.35º 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 #C49F62 is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB19615998-
CMYK00.190.50.23
HSL37.35º45.37%57.65%-
HSV(B)37.35º50%76.86%-
XYZ37.3737.4116.81-
YUV163.1191.26151.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.27%
GREEN value IS 159 (62.5% from 255) = 35.10%
BLUE value IS 98 (38.67% from 255) = 21.63%
R=43.27%
G=35.10%
B=21.63%

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
Decimal1961599800.190.50.2337.3545.3757.65
HexC49F620133217252d3a
Octal3042371420236227455572
Binary1100010010011111110001001001111001010111100101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49F62; }

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

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

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

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

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

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

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

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