Shades of Saddle Brown #915008
Tints of Saddle Brown #915008
RGB
CMYK
RGB Variations
Color information
#915008 (or 0x915008) is known color: Saddle Brown. HEX triplet: 91, 50 and 08. RGB value is (145,80,8). Sum of RGB (Red+Green+Blue) = 145+80+8=233 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.23% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 145 - color contains mainly: red. Hex color #915008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915008 is #6EAFF7. Grayscale: #5B5B5B. Windows color (decimal): -7254008 or 544913. OLE color: 544913.
HSL color Cylindrical-coordinate representation of color #915008: hue angle of 31.53º 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 #915008 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 80 | 8 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.43 |
| HSL | 31.53º | 0.9% | 0.3% | - |
| HSV(B) | 31.53º | 0.94% | 0.57% | - |
| XYZ | 14.59 | 11.77 | 1.73 | - |
| YUV | 91.23 | 81.03 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 8 | 0 | 0.45 | 0.94 | 0.43 | 31.53 | 0.9 | 0.3 |
| Hex | 91 | 50 | 8 | 0 | 2D | 5E | 2B | 20 | 5A | 1E |
| Octal | 221 | 120 | 10 | 0 | 55 | 136 | 53 | 40 | 132 | 36 |
| Binary | 10010001 | 1010000 | 1000 | 0 | 101101 | 1011110 | 101011 | 100000 | 1011010 | 11110 |
Color Harmonies of #915008
Complementary color
Monochromatic Colors of #915008
Black with #915008
Text Example
Text Example
White with #915008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915008; }
p { color: rgb(145,80,8); }
H1.HeaderClassName
{
color: #915008;
}
.AnyTagClassName
{
color: #915008;
}
</style>
background-color css
<style>
a { background-color: #915008; }
a { background-color: rgb(145,80,8); }
div.DivClassName
{
background-color: #915008;
}
.BgClassName
{
background-color: #915008;
}
</style>
border-color css
<style>
span { border-color: #915008; }
span { border-color: rgb(145,80,8); }
td.TdClassName
{
border-color: #915008;
}
.TagClassName
{
border-color: #915008;
}
</style>