#89531E

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

Shades of Afghan Tan #89531E

Tints of Afghan Tan #89531E

Color information

#89531E (or 0x89531E) is unknown color: approx Afghan Tan. HEX triplet: 89, 53 and 1E. RGB value is (137,83,30). Sum of RGB (Red+Green+Blue) = 137+83+30=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #89531E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89531E is #76ACE1. Grayscale: #5D5D5D. Windows color (decimal): -7777506 or 1987465. OLE color: 1987465.

HSL color Cylindrical-coordinate representation of color #89531E: hue angle of 29.72º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #89531E is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB1378330-
CMYK00.390.780.46
HSL29.72º64.07%32.75%-
HSV(B)29.72º78.1%53.73%-
XYZ13.6411.62.75-
YUV93.192.39159.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.8%
GREEN value IS 83 (32.81% from 255) = 33.2%
BLUE value IS 30 (12.11% from 255) = 12%
R=54.8%
G=33.2%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137833000.390.780.4629.7264.0732.75
Hex89531E0274E2E1e4021
Octal21112336047116563610041
Binary1000100110100111111001001111001110101110111101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89531E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89531E; }

 p { color: rgb(137,83,30); }

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

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

 a { background-color: rgb(137,83,30); }

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

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

 span { border-color: rgb(137,83,30); }

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