#C4A371

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

Shades of Fallow #C4A371

Tints of Fallow #C4A371

Color information

#C4A371 (or 0xC4A371) is unknown color: approx Fallow. HEX triplet: C4, A3 and 71. RGB value is (196,163,113). Sum of RGB (Red+Green+Blue) = 196+163+113=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A371 is #3B5C8E. Grayscale: #A7A7A7. Windows color (decimal): -3890319 or 7447492. OLE color: 7447492.

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

Color convert

RGB196163113-
CMYK00.170.420.23
HSL36.14º41.29%60.59%-
HSV(B)36.14º42.35%76.86%-
XYZ38.8439.1221.13-
YUV167.1797.43148.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.53%
GREEN value IS 163 (64.06% from 255) = 34.53%
BLUE value IS 113 (44.53% from 255) = 23.94%
R=41.53%
G=34.53%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616311300.170.420.2336.1441.2960.59
HexC4A3710112A1724293d
Octal3042431610215227445175
Binary1100010010100011111000101000110101010111100100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A371; }

 p { color: rgb(196,163,113); }

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

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

 a { background-color: rgb(196,163,113); }

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

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

 span { border-color: rgb(196,163,113); }

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