Shades of Saddle Brown #995102
Tints of Saddle Brown #995102
RGB
CMYK
RGB Variations
Color information
#995102 (or 0x995102) is known color: Saddle Brown. HEX triplet: 99, 51 and 02. RGB value is (153,81,2). Sum of RGB (Red+Green+Blue) = 153+81+2=236 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.83% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 153 - color contains mainly: red. Hex color #995102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995102 is #66AEFD. Grayscale: #5D5D5D. Windows color (decimal): -6729470 or 151961. OLE color: 151961.
HSL color Cylindrical-coordinate representation of color #995102: hue angle of 31.39º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #995102 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.4 |
| HSL | 31.39º | 0.97% | 0.3% | - |
| HSV(B) | 31.39º | 0.99% | 0.6% | - |
| XYZ | 16.09 | 12.66 | 1.65 | - |
| YUV | 93.52 | 76.35 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 2 | 0 | 0.47 | 0.99 | 0.4 | 31.39 | 0.97 | 0.3 |
| Hex | 99 | 51 | 2 | 0 | 2F | 63 | 28 | 1F | 61 | 1E |
| Octal | 231 | 121 | 2 | 0 | 57 | 143 | 50 | 37 | 141 | 36 |
| Binary | 10011001 | 1010001 | 10 | 0 | 101111 | 1100011 | 101000 | 11111 | 1100001 | 11110 |
Color Harmonies of #995102
Complementary color
Monochromatic Colors of #995102
Black with #995102
Text Example
Text Example
White with #995102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995102; }
p { color: rgb(153,81,2); }
H1.HeaderClassName
{
color: #995102;
}
.AnyTagClassName
{
color: #995102;
}
</style>
background-color css
<style>
a { background-color: #995102; }
a { background-color: rgb(153,81,2); }
div.DivClassName
{
background-color: #995102;
}
.BgClassName
{
background-color: #995102;
}
</style>
border-color css
<style>
span { border-color: #995102; }
span { border-color: rgb(153,81,2); }
td.TdClassName
{
border-color: #995102;
}
.TagClassName
{
border-color: #995102;
}
</style>