Shades of Saddle Brown #913A0B
Tints of Saddle Brown #913A0B
RGB
CMYK
RGB Variations
Color information
#913A0B (or 0x913A0B) is known color: Saddle Brown. HEX triplet: 91, 3A and 0B. RGB value is (145,58,11). Sum of RGB (Red+Green+Blue) = 145+58+11=214 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.76% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 145 - color contains mainly: red. Hex color #913A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913A0B is #6EC5F4. Grayscale: #4E4E4E. Windows color (decimal): -7259637 or 735889. OLE color: 735889.
HSL color Cylindrical-coordinate representation of color #913A0B: hue angle of 21.04º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #913A0B is Cyan = 0, Magento = 0.6, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 58 | 11 | - |
| CMYK | 0 | 0.6 | 0.92 | 0.43 |
| HSL | 21.04º | 0.86% | 0.31% | - |
| HSV(B) | 21.04º | 0.92% | 0.57% | - |
| XYZ | 13.25 | 9.07 | 1.37 | - |
| YUV | 78.66 | 89.82 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 58 | 11 | 0 | 0.6 | 0.92 | 0.43 | 21.04 | 0.86 | 0.31 |
| Hex | 91 | 3A | B | 0 | 3C | 5C | 2B | 15 | 56 | 1F |
| Octal | 221 | 72 | 13 | 0 | 74 | 134 | 53 | 25 | 126 | 37 |
| Binary | 10010001 | 111010 | 1011 | 0 | 111100 | 1011100 | 101011 | 10101 | 1010110 | 11111 |
Color Harmonies of #913A0B
Complementary color
Monochromatic Colors of #913A0B
Black with #913A0B
Text Example
Text Example
White with #913A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913A0B; }
p { color: rgb(145,58,11); }
H1.HeaderClassName
{
color: #913A0B;
}
.AnyTagClassName
{
color: #913A0B;
}
</style>
background-color css
<style>
a { background-color: #913A0B; }
a { background-color: rgb(145,58,11); }
div.DivClassName
{
background-color: #913A0B;
}
.BgClassName
{
background-color: #913A0B;
}
</style>
border-color css
<style>
span { border-color: #913A0B; }
span { border-color: rgb(145,58,11); }
td.TdClassName
{
border-color: #913A0B;
}
.TagClassName
{
border-color: #913A0B;
}
</style>