Shades of Saddle Brown #913600
Tints of Saddle Brown #913600
RGB
CMYK
RGB Variations
Color information
#913600 (or 0x913600) is known color: Saddle Brown. HEX triplet: 91, 36 and 00. RGB value is (145,54,0). Sum of RGB (Red+Green+Blue) = 145+54+0=199 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.86% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 145 - color contains mainly: red. Hex color #913600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913600 is #6EC9FF. Grayscale: #4B4B4B. Windows color (decimal): -7260672 or 13969. OLE color: 13969.
HSL color Cylindrical-coordinate representation of color #913600: hue angle of 22.34º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #913600 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 54 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.43 |
| HSL | 22.34º | 1% | 0.28% | - |
| HSV(B) | 22.34º | 1% | 0.57% | - |
| XYZ | 13 | 8.66 | 0.99 | - |
| YUV | 75.05 | 85.65 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 54 | 0 | 0 | 0.63 | 1 | 0.43 | 22.34 | 1 | 0.28 |
| Hex | 91 | 36 | 0 | 0 | 3F | 64 | 2B | 16 | 64 | 1C |
| Octal | 221 | 66 | 0 | 0 | 77 | 144 | 53 | 26 | 144 | 34 |
| Binary | 10010001 | 110110 | 0 | 0 | 111111 | 1100100 | 101011 | 10110 | 1100100 | 11100 |
Color Harmonies of #913600
Complementary color
Monochromatic Colors of #913600
Black with #913600
Text Example
Text Example
White with #913600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913600; }
p { color: rgb(145,54,0); }
H1.HeaderClassName
{
color: #913600;
}
.AnyTagClassName
{
color: #913600;
}
</style>
background-color css
<style>
a { background-color: #913600; }
a { background-color: rgb(145,54,0); }
div.DivClassName
{
background-color: #913600;
}
.BgClassName
{
background-color: #913600;
}
</style>
border-color css
<style>
span { border-color: #913600; }
span { border-color: rgb(145,54,0); }
td.TdClassName
{
border-color: #913600;
}
.TagClassName
{
border-color: #913600;
}
</style>