Shades of Saddle Brown #913807
Tints of Saddle Brown #913807
RGB
CMYK
RGB Variations
Color information
#913807 (or 0x913807) is known color: Saddle Brown. HEX triplet: 91, 38 and 07. RGB value is (145,56,7). Sum of RGB (Red+Green+Blue) = 145+56+7=208 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.71% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 145 - color contains mainly: red. Hex color #913807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913807 is #6EC7F8. Grayscale: #4D4D4D. Windows color (decimal): -7260153 or 473233. OLE color: 473233.
HSL color Cylindrical-coordinate representation of color #913807: hue angle of 21.3º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #913807 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 56 | 7 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.43 |
| HSL | 21.3º | 0.91% | 0.3% | - |
| HSV(B) | 21.3º | 0.95% | 0.57% | - |
| XYZ | 13.13 | 8.86 | 1.22 | - |
| YUV | 77.03 | 88.49 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 56 | 7 | 0 | 0.61 | 0.95 | 0.43 | 21.3 | 0.91 | 0.3 |
| Hex | 91 | 38 | 7 | 0 | 3D | 5F | 2B | 15 | 5B | 1E |
| Octal | 221 | 70 | 7 | 0 | 75 | 137 | 53 | 25 | 133 | 36 |
| Binary | 10010001 | 111000 | 111 | 0 | 111101 | 1011111 | 101011 | 10101 | 1011011 | 11110 |
Color Harmonies of #913807
Complementary color
Monochromatic Colors of #913807
Black with #913807
Text Example
Text Example
White with #913807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913807; }
p { color: rgb(145,56,7); }
H1.HeaderClassName
{
color: #913807;
}
.AnyTagClassName
{
color: #913807;
}
</style>
background-color css
<style>
a { background-color: #913807; }
a { background-color: rgb(145,56,7); }
div.DivClassName
{
background-color: #913807;
}
.BgClassName
{
background-color: #913807;
}
</style>
border-color css
<style>
span { border-color: #913807; }
span { border-color: rgb(145,56,7); }
td.TdClassName
{
border-color: #913807;
}
.TagClassName
{
border-color: #913807;
}
</style>