Shades of Saddle Brown #913D06
Tints of Saddle Brown #913D06
RGB
CMYK
RGB Variations
Color information
#913D06 (or 0x913D06) is known color: Saddle Brown. HEX triplet: 91, 3D and 06. RGB value is (145,61,6). Sum of RGB (Red+Green+Blue) = 145+61+6=212 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.40% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 145 - color contains mainly: red. Hex color #913D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913D06 is #6EC2F9. Grayscale: #505050. Windows color (decimal): -7258874 or 408977. OLE color: 408977.
HSL color Cylindrical-coordinate representation of color #913D06: hue angle of 23.74º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #913D06 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 61 | 6 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.43 |
| HSL | 23.74º | 0.92% | 0.3% | - |
| HSV(B) | 23.74º | 0.96% | 0.57% | - |
| XYZ | 13.38 | 9.37 | 1.28 | - |
| YUV | 79.85 | 86.33 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 61 | 6 | 0 | 0.58 | 0.96 | 0.43 | 23.74 | 0.92 | 0.3 |
| Hex | 91 | 3D | 6 | 0 | 3A | 60 | 2B | 18 | 5C | 1E |
| Octal | 221 | 75 | 6 | 0 | 72 | 140 | 53 | 30 | 134 | 36 |
| Binary | 10010001 | 111101 | 110 | 0 | 111010 | 1100000 | 101011 | 11000 | 1011100 | 11110 |
Color Harmonies of #913D06
Complementary color
Monochromatic Colors of #913D06
Black with #913D06
Text Example
Text Example
White with #913D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913D06; }
p { color: rgb(145,61,6); }
H1.HeaderClassName
{
color: #913D06;
}
.AnyTagClassName
{
color: #913D06;
}
</style>
background-color css
<style>
a { background-color: #913D06; }
a { background-color: rgb(145,61,6); }
div.DivClassName
{
background-color: #913D06;
}
.BgClassName
{
background-color: #913D06;
}
</style>
border-color css
<style>
span { border-color: #913D06; }
span { border-color: rgb(145,61,6); }
td.TdClassName
{
border-color: #913D06;
}
.TagClassName
{
border-color: #913D06;
}
</style>