Shades of Afghan Tan #89541C
Tints of Afghan Tan #89541C
RGB
CMYK
RGB Variations
Color information
#89541C (or 0x89541C) is known color: Afghan Tan. HEX triplet: 89, 54 and 1C. RGB value is (137,84,28). Sum of RGB (Red+Green+Blue) = 137+84+28=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #89541C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89541C is #76ABE3. Grayscale: #5D5D5D. Windows color (decimal): -7777252 or 1856649. OLE color: 1856649.
HSL color Cylindrical-coordinate representation of color #89541C: hue angle of 30.83º 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 #89541C is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 84 | 28 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.46 |
| HSL | 30.83º | 0.66% | 0.32% | - |
| HSV(B) | 30.83º | 0.8% | 0.54% | - |
| XYZ | 13.7 | 11.74 | 2.64 | - |
| YUV | 93.46 | 91.06 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 84 | 28 | 0 | 0.39 | 0.80 | 0.46 | 30.83 | 0.66 | 0.32 |
| Hex | 89 | 54 | 1C | 0 | 27 | 50 | 2E | 1F | 42 | 20 |
| Octal | 211 | 124 | 34 | 0 | 47 | 120 | 56 | 37 | 102 | 40 |
| Binary | 10001001 | 1010100 | 11100 | 0 | 100111 | 1010000 | 101110 | 11111 | 1000010 | 100000 |
Color Harmonies of #89541C
Complementary color
Monochromatic Colors of #89541C
Black with #89541C
Text Example
Text Example
White with #89541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89541C; }
p { color: rgb(137,84,28); }
H1.HeaderClassName
{
color: #89541C;
}
.AnyTagClassName
{
color: #89541C;
}
</style>
background-color css
<style>
a { background-color: #89541C; }
a { background-color: rgb(137,84,28); }
div.DivClassName
{
background-color: #89541C;
}
.BgClassName
{
background-color: #89541C;
}
</style>
border-color css
<style>
span { border-color: #89541C; }
span { border-color: rgb(137,84,28); }
td.TdClassName
{
border-color: #89541C;
}
.TagClassName
{
border-color: #89541C;
}
</style>