Shades of Saddle Brown #995212
Tints of Saddle Brown #995212
RGB
CMYK
RGB Variations
Color information
#995212 (or 0x995212) is known color: Saddle Brown. HEX triplet: 99, 52 and 12. RGB value is (153,82,18). Sum of RGB (Red+Green+Blue) = 153+82+18=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #995212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995212 is #66ADED. Grayscale: #606060. Windows color (decimal): -6729198 or 1200793. OLE color: 1200793.
HSL color Cylindrical-coordinate representation of color #995212: hue angle of 28.44º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #995212 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 82 | 18 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.4 |
| HSL | 28.44º | 0.79% | 0.34% | - |
| HSV(B) | 28.44º | 0.88% | 0.6% | - |
| XYZ | 16.26 | 12.85 | 2.2 | - |
| YUV | 95.93 | 84.02 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 18 | 0 | 0.46 | 0.88 | 0.4 | 28.44 | 0.79 | 0.34 |
| Hex | 99 | 52 | 12 | 0 | 2E | 58 | 28 | 1C | 4F | 22 |
| Octal | 231 | 122 | 22 | 0 | 56 | 130 | 50 | 34 | 117 | 42 |
| Binary | 10011001 | 1010010 | 10010 | 0 | 101110 | 1011000 | 101000 | 11100 | 1001111 | 100010 |
Color Harmonies of #995212
Complementary color
Monochromatic Colors of #995212
Black with #995212
Text Example
Text Example
White with #995212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995212; }
p { color: rgb(153,82,18); }
H1.HeaderClassName
{
color: #995212;
}
.AnyTagClassName
{
color: #995212;
}
</style>
background-color css
<style>
a { background-color: #995212; }
a { background-color: rgb(153,82,18); }
div.DivClassName
{
background-color: #995212;
}
.BgClassName
{
background-color: #995212;
}
</style>
border-color css
<style>
span { border-color: #995212; }
span { border-color: rgb(153,82,18); }
td.TdClassName
{
border-color: #995212;
}
.TagClassName
{
border-color: #995212;
}
</style>