Shades of Saddle Brown #913B0F
Tints of Saddle Brown #913B0F
RGB
CMYK
RGB Variations
Color information
#913B0F (or 0x913B0F) is known color: Saddle Brown. HEX triplet: 91, 3B and 0F. RGB value is (145,59,15). Sum of RGB (Red+Green+Blue) = 145+59+15=219 (29% of max value = 765). Red value is 145 (57.03% from 255 or 66.21% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 145 - color contains mainly: red. Hex color #913B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913B0F is #6EC4F0. Grayscale: #4F4F4F. Windows color (decimal): -7259377 or 998289. OLE color: 998289.
HSL color Cylindrical-coordinate representation of color #913B0F: hue angle of 20.31º degrees, saturation: 0.81, 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 #913B0F is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 59 | 15 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.43 |
| HSL | 20.31º | 0.81% | 0.31% | - |
| HSV(B) | 20.31º | 0.9% | 0.57% | - |
| XYZ | 13.33 | 9.18 | 1.52 | - |
| YUV | 79.7 | 91.49 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 59 | 15 | 0 | 0.59 | 0.90 | 0.43 | 20.31 | 0.81 | 0.31 |
| Hex | 91 | 3B | F | 0 | 3B | 5A | 2B | 14 | 51 | 1F |
| Octal | 221 | 73 | 17 | 0 | 73 | 132 | 53 | 24 | 121 | 37 |
| Binary | 10010001 | 111011 | 1111 | 0 | 111011 | 1011010 | 101011 | 10100 | 1010001 | 11111 |
Color Harmonies of #913B0F
Complementary color
Monochromatic Colors of #913B0F
Black with #913B0F
Text Example
Text Example
White with #913B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913B0F; }
p { color: rgb(145,59,15); }
H1.HeaderClassName
{
color: #913B0F;
}
.AnyTagClassName
{
color: #913B0F;
}
</style>
background-color css
<style>
a { background-color: #913B0F; }
a { background-color: rgb(145,59,15); }
div.DivClassName
{
background-color: #913B0F;
}
.BgClassName
{
background-color: #913B0F;
}
</style>
border-color css
<style>
span { border-color: #913B0F; }
span { border-color: rgb(145,59,15); }
td.TdClassName
{
border-color: #913B0F;
}
.TagClassName
{
border-color: #913B0F;
}
</style>