#89531F

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

Shades of Afghan Tan #89531F

Tints of Afghan Tan #89531F

Color information

#89531F (or 0x89531F) is unknown color: approx Afghan Tan. HEX triplet: 89, 53 and 1F. RGB value is (137,83,31). Sum of RGB (Red+Green+Blue) = 137+83+31=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #89531F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89531F is #76ACE0. Grayscale: #5D5D5D. Windows color (decimal): -7777505 or 2053001. OLE color: 2053001.

HSL color Cylindrical-coordinate representation of color #89531F: hue angle of 29.43º 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 #89531F is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB1378331-
CMYK00.390.770.46
HSL29.43º63.1%32.94%-
HSV(B)29.43º77.37%53.73%-
XYZ13.6611.62.82-
YUV93.2292.89159.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.58%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 31 (12.5% from 255) = 12.35%
R=54.58%
G=33.07%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137833100.390.770.4629.4363.132.94
Hex89531F0274D2E1d3f21
Octal2111233704711556357741
Binary100010011010011111110100111100110110111011101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89531F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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