Shades of Saddle Brown #915301
Tints of Saddle Brown #915301
RGB
CMYK
RGB Variations
Color information
#915301 (or 0x915301) is known color: Saddle Brown. HEX triplet: 91, 53 and 01. RGB value is (145,83,1). Sum of RGB (Red+Green+Blue) = 145+83+1=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #915301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915301 is #6EACFE. Grayscale: #5C5C5C. Windows color (decimal): -7253247 or 86929. OLE color: 86929.
HSL color Cylindrical-coordinate representation of color #915301: hue angle of 34.17º 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 #915301 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 83 | 1 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.43 |
| HSL | 34.17º | 0.99% | 0.29% | - |
| HSV(B) | 34.17º | 0.99% | 0.57% | - |
| XYZ | 14.78 | 12.21 | 1.61 | - |
| YUV | 92.19 | 76.54 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 1 | 0 | 0.43 | 0.99 | 0.43 | 34.17 | 0.99 | 0.29 |
| Hex | 91 | 53 | 1 | 0 | 2B | 63 | 2B | 22 | 63 | 1D |
| Octal | 221 | 123 | 1 | 0 | 53 | 143 | 53 | 42 | 143 | 35 |
| Binary | 10010001 | 1010011 | 1 | 0 | 101011 | 1100011 | 101011 | 100010 | 1100011 | 11101 |
Color Harmonies of #915301
Complementary color
Monochromatic Colors of #915301
Black with #915301
Text Example
Text Example
White with #915301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915301; }
p { color: rgb(145,83,1); }
H1.HeaderClassName
{
color: #915301;
}
.AnyTagClassName
{
color: #915301;
}
</style>
background-color css
<style>
a { background-color: #915301; }
a { background-color: rgb(145,83,1); }
div.DivClassName
{
background-color: #915301;
}
.BgClassName
{
background-color: #915301;
}
</style>
border-color css
<style>
span { border-color: #915301; }
span { border-color: rgb(145,83,1); }
td.TdClassName
{
border-color: #915301;
}
.TagClassName
{
border-color: #915301;
}
</style>