Shades of Saddle Brown #913F15
Tints of Saddle Brown #913F15
RGB
CMYK
RGB Variations
Color information
#913F15 (or 0x913F15) is known color: Saddle Brown. HEX triplet: 91, 3F and 15. RGB value is (145,63,21). Sum of RGB (Red+Green+Blue) = 145+63+21=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #913F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913F15 is #6EC0EA. Grayscale: #525252. Windows color (decimal): -7258347 or 1392529. OLE color: 1392529.
HSL color Cylindrical-coordinate representation of color #913F15: hue angle of 20.32º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #913F15 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 63 | 21 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.43 |
| HSL | 20.32º | 0.75% | 0.33% | - |
| HSV(B) | 20.32º | 0.86% | 0.57% | - |
| XYZ | 13.59 | 9.63 | 1.85 | - |
| YUV | 82.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 63 | 21 | 0 | 0.57 | 0.86 | 0.43 | 20.32 | 0.75 | 0.33 |
| Hex | 91 | 3F | 15 | 0 | 39 | 56 | 2B | 14 | 4B | 21 |
| Octal | 221 | 77 | 25 | 0 | 71 | 126 | 53 | 24 | 113 | 41 |
| Binary | 10010001 | 111111 | 10101 | 0 | 111001 | 1010110 | 101011 | 10100 | 1001011 | 100001 |
Color Harmonies of #913F15
Complementary color
Monochromatic Colors of #913F15
Black with #913F15
Text Example
Text Example
White with #913F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913F15; }
p { color: rgb(145,63,21); }
H1.HeaderClassName
{
color: #913F15;
}
.AnyTagClassName
{
color: #913F15;
}
</style>
background-color css
<style>
a { background-color: #913F15; }
a { background-color: rgb(145,63,21); }
div.DivClassName
{
background-color: #913F15;
}
.BgClassName
{
background-color: #913F15;
}
</style>
border-color css
<style>
span { border-color: #913F15; }
span { border-color: rgb(145,63,21); }
td.TdClassName
{
border-color: #913F15;
}
.TagClassName
{
border-color: #913F15;
}
</style>