Shades of Saddle Brown #99520F
Tints of Saddle Brown #99520F
RGB
CMYK
RGB Variations
Color information
#99520F (or 0x99520F) is known color: Saddle Brown. HEX triplet: 99, 52 and 0F. RGB value is (153,82,15). Sum of RGB (Red+Green+Blue) = 153+82+15=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #99520F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99520F is #66ADF0. Grayscale: #5F5F5F. Windows color (decimal): -6729201 or 1004185. OLE color: 1004185.
HSL color Cylindrical-coordinate representation of color #99520F: hue angle of 29.13º degrees, saturation: 0.82, 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 #99520F is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 82 | 15 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.4 |
| HSL | 29.13º | 0.82% | 0.33% | - |
| HSV(B) | 29.13º | 0.9% | 0.6% | - |
| XYZ | 16.24 | 12.84 | 2.07 | - |
| YUV | 95.59 | 82.52 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 15 | 0 | 0.46 | 0.90 | 0.4 | 29.13 | 0.82 | 0.33 |
| Hex | 99 | 52 | F | 0 | 2E | 5A | 28 | 1D | 52 | 21 |
| Octal | 231 | 122 | 17 | 0 | 56 | 132 | 50 | 35 | 122 | 41 |
| Binary | 10011001 | 1010010 | 1111 | 0 | 101110 | 1011010 | 101000 | 11101 | 1010010 | 100001 |
Color Harmonies of #99520F
Complementary color
Monochromatic Colors of #99520F
Black with #99520F
Text Example
Text Example
White with #99520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99520F; }
p { color: rgb(153,82,15); }
H1.HeaderClassName
{
color: #99520F;
}
.AnyTagClassName
{
color: #99520F;
}
</style>
background-color css
<style>
a { background-color: #99520F; }
a { background-color: rgb(153,82,15); }
div.DivClassName
{
background-color: #99520F;
}
.BgClassName
{
background-color: #99520F;
}
</style>
border-color css
<style>
span { border-color: #99520F; }
span { border-color: rgb(153,82,15); }
td.TdClassName
{
border-color: #99520F;
}
.TagClassName
{
border-color: #99520F;
}
</style>