#C49762

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

Shades of Fallow #C49762

Tints of Fallow #C49762

Color information

#C49762 (or 0xC49762) is unknown color: approx Fallow. HEX triplet: C4, 97 and 62. RGB value is (196,151,98). Sum of RGB (Red+Green+Blue) = 196+151+98=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C49762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49762 is #3B689D. Grayscale: #9E9E9E. Windows color (decimal): -3893406 or 6461380. OLE color: 6461380.

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

Color convert

RGB19615198-
CMYK00.230.50.23
HSL32.45º45.37%57.65%-
HSV(B)32.45º50%76.86%-
XYZ36.0434.7516.36-
YUV158.4193.91154.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.04%
GREEN value IS 151 (59.38% from 255) = 33.93%
BLUE value IS 98 (38.67% from 255) = 22.02%
R=44.04%
G=33.93%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961519800.230.50.2332.4545.3757.65
HexC497620173217202d3a
Octal3042271420276227405572
Binary1100010010010111110001001011111001010111100000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49762; }

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

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

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

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

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

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

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

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