Shades of Saddle Brown #913F01
Tints of Saddle Brown #913F01
RGB
CMYK
RGB Variations
Color information
#913F01 (or 0x913F01) is known color: Saddle Brown. HEX triplet: 91, 3F and 01. RGB value is (145,63,1). Sum of RGB (Red+Green+Blue) = 145+63+1=209 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.38% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 145 - color contains mainly: red. Hex color #913F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913F01 is #6EC0FE. Grayscale: #505050. Windows color (decimal): -7258367 or 81809. OLE color: 81809.
HSL color Cylindrical-coordinate representation of color #913F01: hue angle of 25.83º 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 #913F01 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 63 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.43 |
| HSL | 25.83º | 0.99% | 0.29% | - |
| HSV(B) | 25.83º | 0.99% | 0.57% | - |
| XYZ | 13.46 | 9.58 | 1.17 | - |
| YUV | 80.45 | 83.17 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 63 | 1 | 0 | 0.57 | 0.99 | 0.43 | 25.83 | 0.99 | 0.29 |
| Hex | 91 | 3F | 1 | 0 | 39 | 63 | 2B | 1A | 63 | 1D |
| Octal | 221 | 77 | 1 | 0 | 71 | 143 | 53 | 32 | 143 | 35 |
| Binary | 10010001 | 111111 | 1 | 0 | 111001 | 1100011 | 101011 | 11010 | 1100011 | 11101 |
Color Harmonies of #913F01
Complementary color
Monochromatic Colors of #913F01
Black with #913F01
Text Example
Text Example
White with #913F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913F01; }
p { color: rgb(145,63,1); }
H1.HeaderClassName
{
color: #913F01;
}
.AnyTagClassName
{
color: #913F01;
}
</style>
background-color css
<style>
a { background-color: #913F01; }
a { background-color: rgb(145,63,1); }
div.DivClassName
{
background-color: #913F01;
}
.BgClassName
{
background-color: #913F01;
}
</style>
border-color css
<style>
span { border-color: #913F01; }
span { border-color: rgb(145,63,1); }
td.TdClassName
{
border-color: #913F01;
}
.TagClassName
{
border-color: #913F01;
}
</style>