Shades of Saddle Brown #893B0D
Tints of Saddle Brown #893B0D
RGB
CMYK
RGB Variations
Color information
#893B0D (or 0x893B0D) is known color: Saddle Brown. HEX triplet: 89, 3B and 0D. RGB value is (137,59,13). Sum of RGB (Red+Green+Blue) = 137+59+13=209 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.55% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 137 - color contains mainly: red. Hex color #893B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893B0D is #76C4F2. Grayscale: #4D4D4D. Windows color (decimal): -7783667 or 867209. OLE color: 867209.
HSL color Cylindrical-coordinate representation of color #893B0D: hue angle of 22.26º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #893B0D is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 59 | 13 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.46 |
| HSL | 22.26º | 0.83% | 0.29% | - |
| HSV(B) | 22.26º | 0.91% | 0.54% | - |
| XYZ | 11.95 | 8.48 | 1.39 | - |
| YUV | 77.08 | 91.84 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 13 | 0 | 0.57 | 0.91 | 0.46 | 22.26 | 0.83 | 0.29 |
| Hex | 89 | 3B | D | 0 | 39 | 5B | 2E | 16 | 53 | 1D |
| Octal | 211 | 73 | 15 | 0 | 71 | 133 | 56 | 26 | 123 | 35 |
| Binary | 10001001 | 111011 | 1101 | 0 | 111001 | 1011011 | 101110 | 10110 | 1010011 | 11101 |
Color Harmonies of #893B0D
Complementary color
Monochromatic Colors of #893B0D
Black with #893B0D
Text Example
Text Example
White with #893B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893B0D; }
p { color: rgb(137,59,13); }
H1.HeaderClassName
{
color: #893B0D;
}
.AnyTagClassName
{
color: #893B0D;
}
</style>
background-color css
<style>
a { background-color: #893B0D; }
a { background-color: rgb(137,59,13); }
div.DivClassName
{
background-color: #893B0D;
}
.BgClassName
{
background-color: #893B0D;
}
</style>
border-color css
<style>
span { border-color: #893B0D; }
span { border-color: rgb(137,59,13); }
td.TdClassName
{
border-color: #893B0D;
}
.TagClassName
{
border-color: #893B0D;
}
</style>