Shades of Saddle Brown #913500
Tints of Saddle Brown #913500
RGB
CMYK
RGB Variations
Color information
#913500 (or 0x913500) is known color: Saddle Brown. HEX triplet: 91, 35 and 00. RGB value is (145,53,0). Sum of RGB (Red+Green+Blue) = 145+53+0=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #913500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913500 is #6ECAFF. Grayscale: #4A4A4A. Windows color (decimal): -7260928 or 13713. OLE color: 13713.
HSL color Cylindrical-coordinate representation of color #913500: hue angle of 21.93º 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 #913500 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 53 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.43 |
| HSL | 21.93º | 1% | 0.28% | - |
| HSV(B) | 21.93º | 1% | 0.57% | - |
| XYZ | 12.95 | 8.57 | 0.97 | - |
| YUV | 74.47 | 85.98 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 53 | 0 | 0 | 0.63 | 1 | 0.43 | 21.93 | 1 | 0.28 |
| Hex | 91 | 35 | 0 | 0 | 3F | 64 | 2B | 16 | 64 | 1C |
| Octal | 221 | 65 | 0 | 0 | 77 | 144 | 53 | 26 | 144 | 34 |
| Binary | 10010001 | 110101 | 0 | 0 | 111111 | 1100100 | 101011 | 10110 | 1100100 | 11100 |
Color Harmonies of #913500
Complementary color
Monochromatic Colors of #913500
Black with #913500
Text Example
Text Example
White with #913500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913500; }
p { color: rgb(145,53,0); }
H1.HeaderClassName
{
color: #913500;
}
.AnyTagClassName
{
color: #913500;
}
</style>
background-color css
<style>
a { background-color: #913500; }
a { background-color: rgb(145,53,0); }
div.DivClassName
{
background-color: #913500;
}
.BgClassName
{
background-color: #913500;
}
</style>
border-color css
<style>
span { border-color: #913500; }
span { border-color: rgb(145,53,0); }
td.TdClassName
{
border-color: #913500;
}
.TagClassName
{
border-color: #913500;
}
</style>