#89591D

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

Shades of Afghan Tan #89591D

Tints of Afghan Tan #89591D

Color information

#89591D (or 0x89591D) is unknown color: approx Afghan Tan. HEX triplet: 89, 59 and 1D. RGB value is (137,89,29). Sum of RGB (Red+Green+Blue) = 137+89+29=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #89591D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89591D is #76A6E2. Grayscale: #606060. Windows color (decimal): -7775971 or 1923465. OLE color: 1923465.

HSL color Cylindrical-coordinate representation of color #89591D: hue angle of 33.33º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #89591D is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB1378929-
CMYK00.350.790.46
HSL33.33º65.06%32.55%-
HSV(B)33.33º78.83%53.73%-
XYZ14.1112.552.84-
YUV96.5189.9156.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.73%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 29 (11.72% from 255) = 11.37%
R=53.73%
G=34.90%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137892900.350.790.4633.3365.0632.55
Hex89591D0234F2E214121
Octal21113135043117564110141
Binary10001001101100111101010001110011111011101000011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89591D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89591D; }

 p { color: rgb(137,89,29); }

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

<style>
 a { background-color: #89591D; }

 a { background-color: rgb(137,89,29); }

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

<style>
 span { border-color: #89591D; }

 span { border-color: rgb(137,89,29); }

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