Shades of Saddle Brown #913901
Tints of Saddle Brown #913901
RGB
CMYK
RGB Variations
Color information
#913901 (or 0x913901) is known color: Saddle Brown. HEX triplet: 91, 39 and 01. RGB value is (145,57,1). Sum of RGB (Red+Green+Blue) = 145+57+1=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #913901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913901 is #6EC6FE. Grayscale: #4D4D4D. Windows color (decimal): -7259903 or 80273. OLE color: 80273.
HSL color Cylindrical-coordinate representation of color #913901: hue angle of 23.33º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #913901 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 57 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.43 |
| HSL | 23.33º | 0.99% | 0.29% | - |
| HSV(B) | 23.33º | 0.99% | 0.57% | - |
| XYZ | 13.15 | 8.95 | 1.06 | - |
| YUV | 76.93 | 85.15 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 57 | 1 | 0 | 0.61 | 0.99 | 0.43 | 23.33 | 0.99 | 0.29 |
| Hex | 91 | 39 | 1 | 0 | 3D | 63 | 2B | 17 | 63 | 1D |
| Octal | 221 | 71 | 1 | 0 | 75 | 143 | 53 | 27 | 143 | 35 |
| Binary | 10010001 | 111001 | 1 | 0 | 111101 | 1100011 | 101011 | 10111 | 1100011 | 11101 |
Color Harmonies of #913901
Complementary color
Monochromatic Colors of #913901
Black with #913901
Text Example
Text Example
White with #913901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913901; }
p { color: rgb(145,57,1); }
H1.HeaderClassName
{
color: #913901;
}
.AnyTagClassName
{
color: #913901;
}
</style>
background-color css
<style>
a { background-color: #913901; }
a { background-color: rgb(145,57,1); }
div.DivClassName
{
background-color: #913901;
}
.BgClassName
{
background-color: #913901;
}
</style>
border-color css
<style>
span { border-color: #913901; }
span { border-color: rgb(145,57,1); }
td.TdClassName
{
border-color: #913901;
}
.TagClassName
{
border-color: #913901;
}
</style>