Shades of Saddle Brown #913301
Tints of Saddle Brown #913301
RGB
CMYK
RGB Variations
Color information
#913301 (or 0x913301) is known color: Saddle Brown. HEX triplet: 91, 33 and 01. RGB value is (145,51,1). Sum of RGB (Red+Green+Blue) = 145+51+1=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #913301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913301 is #6ECCFE. Grayscale: #494949. Windows color (decimal): -7261439 or 78737. OLE color: 78737.
HSL color Cylindrical-coordinate representation of color #913301: hue angle of 20.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 #913301 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 51 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.43 |
| HSL | 20.83º | 0.99% | 0.29% | - |
| HSV(B) | 20.83º | 0.99% | 0.57% | - |
| XYZ | 12.87 | 8.39 | 0.97 | - |
| YUV | 73.41 | 87.14 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 51 | 1 | 0 | 0.65 | 0.99 | 0.43 | 20.83 | 0.99 | 0.29 |
| Hex | 91 | 33 | 1 | 0 | 41 | 63 | 2B | 15 | 63 | 1D |
| Octal | 221 | 63 | 1 | 0 | 101 | 143 | 53 | 25 | 143 | 35 |
| Binary | 10010001 | 110011 | 1 | 0 | 1000001 | 1100011 | 101011 | 10101 | 1100011 | 11101 |
Color Harmonies of #913301
Complementary color
Monochromatic Colors of #913301
Black with #913301
Text Example
Text Example
White with #913301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913301; }
p { color: rgb(145,51,1); }
H1.HeaderClassName
{
color: #913301;
}
.AnyTagClassName
{
color: #913301;
}
</style>
background-color css
<style>
a { background-color: #913301; }
a { background-color: rgb(145,51,1); }
div.DivClassName
{
background-color: #913301;
}
.BgClassName
{
background-color: #913301;
}
</style>
border-color css
<style>
span { border-color: #913301; }
span { border-color: rgb(145,51,1); }
td.TdClassName
{
border-color: #913301;
}
.TagClassName
{
border-color: #913301;
}
</style>