Shades of Saddle Brown #915212
Tints of Saddle Brown #915212
RGB
CMYK
RGB Variations
Color information
#915212 (or 0x915212) is known color: Saddle Brown. HEX triplet: 91, 52 and 12. RGB value is (145,82,18). Sum of RGB (Red+Green+Blue) = 145+82+18=245 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.18% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 145 - color contains mainly: red. Hex color #915212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915212 is #6EADED. Grayscale: #5D5D5D. Windows color (decimal): -7253486 or 1200785. OLE color: 1200785.
HSL color Cylindrical-coordinate representation of color #915212: hue angle of 30.24º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #915212 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 82 | 18 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.43 |
| HSL | 30.24º | 0.78% | 0.32% | - |
| HSV(B) | 30.24º | 0.88% | 0.57% | - |
| XYZ | 14.8 | 12.1 | 2.13 | - |
| YUV | 93.54 | 85.37 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 18 | 0 | 0.43 | 0.88 | 0.43 | 30.24 | 0.78 | 0.32 |
| Hex | 91 | 52 | 12 | 0 | 2B | 58 | 2B | 1E | 4E | 20 |
| Octal | 221 | 122 | 22 | 0 | 53 | 130 | 53 | 36 | 116 | 40 |
| Binary | 10010001 | 1010010 | 10010 | 0 | 101011 | 1011000 | 101011 | 11110 | 1001110 | 100000 |
Color Harmonies of #915212
Complementary color
Monochromatic Colors of #915212
Black with #915212
Text Example
Text Example
White with #915212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915212; }
p { color: rgb(145,82,18); }
H1.HeaderClassName
{
color: #915212;
}
.AnyTagClassName
{
color: #915212;
}
</style>
background-color css
<style>
a { background-color: #915212; }
a { background-color: rgb(145,82,18); }
div.DivClassName
{
background-color: #915212;
}
.BgClassName
{
background-color: #915212;
}
</style>
border-color css
<style>
span { border-color: #915212; }
span { border-color: rgb(145,82,18); }
td.TdClassName
{
border-color: #915212;
}
.TagClassName
{
border-color: #915212;
}
</style>