Shades of Saddle Brown #913808
Tints of Saddle Brown #913808
RGB
CMYK
RGB Variations
Color information
#913808 (or 0x913808) is known color: Saddle Brown. HEX triplet: 91, 38 and 08. RGB value is (145,56,8). Sum of RGB (Red+Green+Blue) = 145+56+8=209 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.38% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 145 - color contains mainly: red. Hex color #913808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913808 is #6EC7F7. Grayscale: #4D4D4D. Windows color (decimal): -7260152 or 538769. OLE color: 538769.
HSL color Cylindrical-coordinate representation of color #913808: hue angle of 21.02º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #913808 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 56 | 8 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.43 |
| HSL | 21.02º | 0.9% | 0.3% | - |
| HSV(B) | 21.02º | 0.94% | 0.57% | - |
| XYZ | 13.14 | 8.87 | 1.25 | - |
| YUV | 77.14 | 88.99 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 56 | 8 | 0 | 0.61 | 0.94 | 0.43 | 21.02 | 0.9 | 0.3 |
| Hex | 91 | 38 | 8 | 0 | 3D | 5E | 2B | 15 | 5A | 1E |
| Octal | 221 | 70 | 10 | 0 | 75 | 136 | 53 | 25 | 132 | 36 |
| Binary | 10010001 | 111000 | 1000 | 0 | 111101 | 1011110 | 101011 | 10101 | 1011010 | 11110 |
Color Harmonies of #913808
Complementary color
Monochromatic Colors of #913808
Black with #913808
Text Example
Text Example
White with #913808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913808; }
p { color: rgb(145,56,8); }
H1.HeaderClassName
{
color: #913808;
}
.AnyTagClassName
{
color: #913808;
}
</style>
background-color css
<style>
a { background-color: #913808; }
a { background-color: rgb(145,56,8); }
div.DivClassName
{
background-color: #913808;
}
.BgClassName
{
background-color: #913808;
}
</style>
border-color css
<style>
span { border-color: #913808; }
span { border-color: rgb(145,56,8); }
td.TdClassName
{
border-color: #913808;
}
.TagClassName
{
border-color: #913808;
}
</style>