#C49A62

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

Shades of Fallow #C49A62

Tints of Fallow #C49A62

Color information

#C49A62 (or 0xC49A62) is unknown color: approx Fallow. HEX triplet: C4, 9A and 62. RGB value is (196,154,98). Sum of RGB (Red+Green+Blue) = 196+154+98=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49A62 is #3B659D. Grayscale: #A0A0A0. Windows color (decimal): -3892638 or 6462148. OLE color: 6462148.

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

Color convert

RGB19615498-
CMYK00.210.50.23
HSL34.29º45.37%57.65%-
HSV(B)34.29º50%76.86%-
XYZ36.5335.7316.53-
YUV160.1792.91153.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.75%
GREEN value IS 154 (60.55% from 255) = 34.38%
BLUE value IS 98 (38.67% from 255) = 21.88%
R=43.75%
G=34.38%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961549800.210.50.2334.2945.3757.65
HexC49A620153217222d3a
Octal3042321420256227425572
Binary1100010010011010110001001010111001010111100010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49A62; }

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

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

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

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

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

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

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

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