#89561F

Color #89561F Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #89561F

Tints of Afghan Tan #89561F

Color information

#89561F (or 0x89561F) is unknown color: approx Afghan Tan. HEX triplet: 89, 56 and 1F. RGB value is (137,86,31). Sum of RGB (Red+Green+Blue) = 137+86+31=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #89561F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89561F is #76A9E0. Grayscale: #5F5F5F. Windows color (decimal): -7776737 or 2053769. OLE color: 2053769.

HSL color Cylindrical-coordinate representation of color #89561F: hue angle of 31.13º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #89561F is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB1378631-
CMYK00.370.770.46
HSL31.13º63.1%32.94%-
HSV(B)31.13º77.37%53.73%-
XYZ13.8912.072.89-
YUV94.9891.9157.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.94%
GREEN value IS 86 (33.98% from 255) = 33.86%
BLUE value IS 31 (12.5% from 255) = 12.20%
R=53.94%
G=33.86%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137863100.370.770.4631.1363.132.94
Hex89561F0254D2E1f3f21
Octal2111263704511556377741
Binary100010011010110111110100101100110110111011111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89561F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89561F; }

 p { color: rgb(137,86,31); }

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

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

 a { background-color: rgb(137,86,31); }

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

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

 span { border-color: rgb(137,86,31); }

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