#89561C

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

Shades of Afghan Tan #89561C

Tints of Afghan Tan #89561C

Color information

#89561C (or 0x89561C) is unknown color: approx Afghan Tan. HEX triplet: 89, 56 and 1C. RGB value is (137,86,28). Sum of RGB (Red+Green+Blue) = 137+86+28=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #89561C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89561C is #76A9E3. Grayscale: #5E5E5E. Windows color (decimal): -7776740 or 1857161. OLE color: 1857161.

HSL color Cylindrical-coordinate representation of color #89561C: hue angle of 31.93º degrees, saturation: 0.66, 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 #89561C is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB1378628-
CMYK00.370.800.46
HSL31.93º66.06%32.35%-
HSV(B)31.93º79.56%53.73%-
XYZ13.8512.062.7-
YUV94.6490.4158.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.58%
GREEN value IS 86 (33.98% from 255) = 34.26%
BLUE value IS 28 (11.33% from 255) = 11.16%
R=54.58%
G=34.26%
B=11.16%

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
Decimal137862800.370.800.4631.9366.0632.35
Hex89561C025502E204220
Octal21112634045120564010240
Binary10001001101011011100010010110100001011101000001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89561C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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