Shades of Saddle Brown #915308
Tints of Saddle Brown #915308
RGB
CMYK
RGB Variations
Color information
#915308 (or 0x915308) is known color: Saddle Brown. HEX triplet: 91, 53 and 08. RGB value is (145,83,8). Sum of RGB (Red+Green+Blue) = 145+83+8=236 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.44% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 145 - color contains mainly: red. Hex color #915308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915308 is #6EACF7. Grayscale: #5D5D5D. Windows color (decimal): -7253240 or 545681. OLE color: 545681.
HSL color Cylindrical-coordinate representation of color #915308: hue angle of 32.85º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #915308 is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 83 | 8 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.43 |
| HSL | 32.85º | 0.9% | 0.3% | - |
| HSV(B) | 32.85º | 0.94% | 0.57% | - |
| XYZ | 14.81 | 12.22 | 1.81 | - |
| YUV | 92.99 | 80.04 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 8 | 0 | 0.43 | 0.94 | 0.43 | 32.85 | 0.9 | 0.3 |
| Hex | 91 | 53 | 8 | 0 | 2B | 5E | 2B | 21 | 5A | 1E |
| Octal | 221 | 123 | 10 | 0 | 53 | 136 | 53 | 41 | 132 | 36 |
| Binary | 10010001 | 1010011 | 1000 | 0 | 101011 | 1011110 | 101011 | 100001 | 1011010 | 11110 |
Color Harmonies of #915308
Complementary color
Monochromatic Colors of #915308
Black with #915308
Text Example
Text Example
White with #915308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915308; }
p { color: rgb(145,83,8); }
H1.HeaderClassName
{
color: #915308;
}
.AnyTagClassName
{
color: #915308;
}
</style>
background-color css
<style>
a { background-color: #915308; }
a { background-color: rgb(145,83,8); }
div.DivClassName
{
background-color: #915308;
}
.BgClassName
{
background-color: #915308;
}
</style>
border-color css
<style>
span { border-color: #915308; }
span { border-color: rgb(145,83,8); }
td.TdClassName
{
border-color: #915308;
}
.TagClassName
{
border-color: #915308;
}
</style>