Shades of Saddle Brown #913F0E
Tints of Saddle Brown #913F0E
RGB
CMYK
RGB Variations
Color information
#913F0E (or 0x913F0E) is known color: Saddle Brown. HEX triplet: 91, 3F and 0E. RGB value is (145,63,14). Sum of RGB (Red+Green+Blue) = 145+63+14=222 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.32% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 145 - color contains mainly: red. Hex color #913F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913F0E is #6EC0F1. Grayscale: #525252. Windows color (decimal): -7258354 or 933777. OLE color: 933777.
HSL color Cylindrical-coordinate representation of color #913F0E: hue angle of 22.44º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #913F0E is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 63 | 14 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.43 |
| HSL | 22.44º | 0.82% | 0.31% | - |
| HSV(B) | 22.44º | 0.9% | 0.57% | - |
| XYZ | 13.53 | 9.61 | 1.56 | - |
| YUV | 81.93 | 89.67 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 63 | 14 | 0 | 0.57 | 0.90 | 0.43 | 22.44 | 0.82 | 0.31 |
| Hex | 91 | 3F | E | 0 | 39 | 5A | 2B | 16 | 52 | 1F |
| Octal | 221 | 77 | 16 | 0 | 71 | 132 | 53 | 26 | 122 | 37 |
| Binary | 10010001 | 111111 | 1110 | 0 | 111001 | 1011010 | 101011 | 10110 | 1010010 | 11111 |
Color Harmonies of #913F0E
Complementary color
Monochromatic Colors of #913F0E
Black with #913F0E
Text Example
Text Example
White with #913F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913F0E; }
p { color: rgb(145,63,14); }
H1.HeaderClassName
{
color: #913F0E;
}
.AnyTagClassName
{
color: #913F0E;
}
</style>
background-color css
<style>
a { background-color: #913F0E; }
a { background-color: rgb(145,63,14); }
div.DivClassName
{
background-color: #913F0E;
}
.BgClassName
{
background-color: #913F0E;
}
</style>
border-color css
<style>
span { border-color: #913F0E; }
span { border-color: rgb(145,63,14); }
td.TdClassName
{
border-color: #913F0E;
}
.TagClassName
{
border-color: #913F0E;
}
</style>