Shades of Saddle Brown #895213
Tints of Saddle Brown #895213
RGB
CMYK
RGB Variations
Color information
#895213 (or 0x895213) is known color: Saddle Brown. HEX triplet: 89, 52 and 13. RGB value is (137,82,19). Sum of RGB (Red+Green+Blue) = 137+82+19=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #895213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895213 is #76ADEC. Grayscale: #5B5B5B. Windows color (decimal): -7777773 or 1266313. OLE color: 1266313.
HSL color Cylindrical-coordinate representation of color #895213: hue angle of 32.03º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #895213 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 82 | 19 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.46 |
| HSL | 32.03º | 0.76% | 0.31% | - |
| HSV(B) | 32.03º | 0.86% | 0.54% | - |
| XYZ | 13.45 | 11.4 | 2.11 | - |
| YUV | 91.26 | 87.22 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 19 | 0 | 0.40 | 0.86 | 0.46 | 32.03 | 0.76 | 0.31 |
| Hex | 89 | 52 | 13 | 0 | 28 | 56 | 2E | 20 | 4C | 1F |
| Octal | 211 | 122 | 23 | 0 | 50 | 126 | 56 | 40 | 114 | 37 |
| Binary | 10001001 | 1010010 | 10011 | 0 | 101000 | 1010110 | 101110 | 100000 | 1001100 | 11111 |
Color Harmonies of #895213
Complementary color
Monochromatic Colors of #895213
Black with #895213
Text Example
Text Example
White with #895213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895213; }
p { color: rgb(137,82,19); }
H1.HeaderClassName
{
color: #895213;
}
.AnyTagClassName
{
color: #895213;
}
</style>
background-color css
<style>
a { background-color: #895213; }
a { background-color: rgb(137,82,19); }
div.DivClassName
{
background-color: #895213;
}
.BgClassName
{
background-color: #895213;
}
</style>
border-color css
<style>
span { border-color: #895213; }
span { border-color: rgb(137,82,19); }
td.TdClassName
{
border-color: #895213;
}
.TagClassName
{
border-color: #895213;
}
</style>