Shades of Saddle Brown #913401
Tints of Saddle Brown #913401
RGB
CMYK
RGB Variations
Color information
#913401 (or 0x913401) is known color: Saddle Brown. HEX triplet: 91, 34 and 01. RGB value is (145,52,1). Sum of RGB (Red+Green+Blue) = 145+52+1=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #913401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913401 is #6ECBFE. Grayscale: #4A4A4A. Windows color (decimal): -7261183 or 78993. OLE color: 78993.
HSL color Cylindrical-coordinate representation of color #913401: hue angle of 21.25º 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 #913401 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 52 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.43 |
| HSL | 21.25º | 0.99% | 0.29% | - |
| HSV(B) | 21.25º | 0.99% | 0.57% | - |
| XYZ | 12.91 | 8.48 | 0.98 | - |
| YUV | 73.99 | 86.81 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 52 | 1 | 0 | 0.64 | 0.99 | 0.43 | 21.25 | 0.99 | 0.29 |
| Hex | 91 | 34 | 1 | 0 | 40 | 63 | 2B | 15 | 63 | 1D |
| Octal | 221 | 64 | 1 | 0 | 100 | 143 | 53 | 25 | 143 | 35 |
| Binary | 10010001 | 110100 | 1 | 0 | 1000000 | 1100011 | 101011 | 10101 | 1100011 | 11101 |
Color Harmonies of #913401
Complementary color
Monochromatic Colors of #913401
Black with #913401
Text Example
Text Example
White with #913401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913401; }
p { color: rgb(145,52,1); }
H1.HeaderClassName
{
color: #913401;
}
.AnyTagClassName
{
color: #913401;
}
</style>
background-color css
<style>
a { background-color: #913401; }
a { background-color: rgb(145,52,1); }
div.DivClassName
{
background-color: #913401;
}
.BgClassName
{
background-color: #913401;
}
</style>
border-color css
<style>
span { border-color: #913401; }
span { border-color: rgb(145,52,1); }
td.TdClassName
{
border-color: #913401;
}
.TagClassName
{
border-color: #913401;
}
</style>