#89561B

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

Shades of Afghan Tan #89561B

Tints of Afghan Tan #89561B

Color information

#89561B (or 0x89561B) is unknown color: approx Afghan Tan. HEX triplet: 89, 56 and 1B. RGB value is (137,86,27). Sum of RGB (Red+Green+Blue) = 137+86+27=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #89561B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89561B is #76A9E4. Grayscale: #5E5E5E. Windows color (decimal): -7776741 or 1791625. OLE color: 1791625.

HSL color Cylindrical-coordinate representation of color #89561B: hue angle of 32.18º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #89561B is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB1378627-
CMYK00.370.800.46
HSL32.18º67.07%32.16%-
HSV(B)32.18º80.29%53.73%-
XYZ13.8412.052.63-
YUV94.5289.9158.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.8%
GREEN value IS 86 (33.98% from 255) = 34.4%
BLUE value IS 27 (10.94% from 255) = 10.8%
R=54.8%
G=34.4%
B=10.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137862700.370.800.4632.1867.0732.16
Hex89561B025502E204320
Octal21112633045120564010340
Binary10001001101011011011010010110100001011101000001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89561B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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