Shades of Saddle Brown #995010
Tints of Saddle Brown #995010
RGB
CMYK
RGB Variations
Color information
#995010 (or 0x995010) is known color: Saddle Brown. HEX triplet: 99, 50 and 10. RGB value is (153,80,16). Sum of RGB (Red+Green+Blue) = 153+80+16=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #995010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995010 is #66AFEF. Grayscale: #5E5E5E. Windows color (decimal): -6729712 or 1069209. OLE color: 1069209.
HSL color Cylindrical-coordinate representation of color #995010: hue angle of 28.03º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #995010 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 80 | 16 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.4 |
| HSL | 28.03º | 0.81% | 0.33% | - |
| HSV(B) | 28.03º | 0.9% | 0.6% | - |
| XYZ | 16.1 | 12.55 | 2.06 | - |
| YUV | 94.53 | 83.68 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 16 | 0 | 0.48 | 0.90 | 0.4 | 28.03 | 0.81 | 0.33 |
| Hex | 99 | 50 | 10 | 0 | 30 | 5A | 28 | 1C | 51 | 21 |
| Octal | 231 | 120 | 20 | 0 | 60 | 132 | 50 | 34 | 121 | 41 |
| Binary | 10011001 | 1010000 | 10000 | 0 | 110000 | 1011010 | 101000 | 11100 | 1010001 | 100001 |
Color Harmonies of #995010
Complementary color
Monochromatic Colors of #995010
Black with #995010
Text Example
Text Example
White with #995010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995010; }
p { color: rgb(153,80,16); }
H1.HeaderClassName
{
color: #995010;
}
.AnyTagClassName
{
color: #995010;
}
</style>
background-color css
<style>
a { background-color: #995010; }
a { background-color: rgb(153,80,16); }
div.DivClassName
{
background-color: #995010;
}
.BgClassName
{
background-color: #995010;
}
</style>
border-color css
<style>
span { border-color: #995010; }
span { border-color: rgb(153,80,16); }
td.TdClassName
{
border-color: #995010;
}
.TagClassName
{
border-color: #995010;
}
</style>