Shades of Saddle Brown #893F05
Tints of Saddle Brown #893F05
RGB
CMYK
RGB Variations
Color information
#893F05 (or 0x893F05) is known color: Saddle Brown. HEX triplet: 89, 3F and 05. RGB value is (137,63,5). Sum of RGB (Red+Green+Blue) = 137+63+5=205 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.83% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 137 - color contains mainly: red. Hex color #893F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893F05 is #76C0FA. Grayscale: #4E4E4E. Windows color (decimal): -7782651 or 343945. OLE color: 343945.
HSL color Cylindrical-coordinate representation of color #893F05: hue angle of 26.36º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #893F05 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 63 | 5 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.46 |
| HSL | 26.36º | 0.93% | 0.28% | - |
| HSV(B) | 26.36º | 0.96% | 0.54% | - |
| XYZ | 12.12 | 8.88 | 1.22 | - |
| YUV | 78.51 | 86.52 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 5 | 0 | 0.54 | 0.96 | 0.46 | 26.36 | 0.93 | 0.28 |
| Hex | 89 | 3F | 5 | 0 | 36 | 60 | 2E | 1A | 5D | 1C |
| Octal | 211 | 77 | 5 | 0 | 66 | 140 | 56 | 32 | 135 | 34 |
| Binary | 10001001 | 111111 | 101 | 0 | 110110 | 1100000 | 101110 | 11010 | 1011101 | 11100 |
Color Harmonies of #893F05
Complementary color
Monochromatic Colors of #893F05
Black with #893F05
Text Example
Text Example
White with #893F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893F05; }
p { color: rgb(137,63,5); }
H1.HeaderClassName
{
color: #893F05;
}
.AnyTagClassName
{
color: #893F05;
}
</style>
background-color css
<style>
a { background-color: #893F05; }
a { background-color: rgb(137,63,5); }
div.DivClassName
{
background-color: #893F05;
}
.BgClassName
{
background-color: #893F05;
}
</style>
border-color css
<style>
span { border-color: #893F05; }
span { border-color: rgb(137,63,5); }
td.TdClassName
{
border-color: #893F05;
}
.TagClassName
{
border-color: #893F05;
}
</style>