Shades of Afghan Tan #89531C
Tints of Afghan Tan #89531C
RGB
CMYK
RGB Variations
Color information
#89531C (or 0x89531C) is known color: Afghan Tan. HEX triplet: 89, 53 and 1C. RGB value is (137,83,28). Sum of RGB (Red+Green+Blue) = 137+83+28=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #89531C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89531C is #76ACE3. Grayscale: #5D5D5D. Windows color (decimal): -7777508 or 1856393. OLE color: 1856393.
HSL color Cylindrical-coordinate representation of color #89531C: hue angle of 30.28º 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 #89531C is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 83 | 28 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.46 |
| HSL | 30.28º | 0.66% | 0.32% | - |
| HSV(B) | 30.28º | 0.8% | 0.54% | - |
| XYZ | 13.62 | 11.59 | 2.62 | - |
| YUV | 92.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 83 | 28 | 0 | 0.39 | 0.80 | 0.46 | 30.28 | 0.66 | 0.32 |
| Hex | 89 | 53 | 1C | 0 | 27 | 50 | 2E | 1E | 42 | 20 |
| Octal | 211 | 123 | 34 | 0 | 47 | 120 | 56 | 36 | 102 | 40 |
| Binary | 10001001 | 1010011 | 11100 | 0 | 100111 | 1010000 | 101110 | 11110 | 1000010 | 100000 |
Color Harmonies of #89531C
Complementary color
Monochromatic Colors of #89531C
Black with #89531C
Text Example
Text Example
White with #89531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89531C; }
p { color: rgb(137,83,28); }
H1.HeaderClassName
{
color: #89531C;
}
.AnyTagClassName
{
color: #89531C;
}
</style>
background-color css
<style>
a { background-color: #89531C; }
a { background-color: rgb(137,83,28); }
div.DivClassName
{
background-color: #89531C;
}
.BgClassName
{
background-color: #89531C;
}
</style>
border-color css
<style>
span { border-color: #89531C; }
span { border-color: rgb(137,83,28); }
td.TdClassName
{
border-color: #89531C;
}
.TagClassName
{
border-color: #89531C;
}
</style>