Shades of Saddle Brown #95520D
Tints of Saddle Brown #95520D
RGB
CMYK
RGB Variations
Color information
#95520D (or 0x95520D) is known color: Saddle Brown. HEX triplet: 95, 52 and 0D. RGB value is (149,82,13). Sum of RGB (Red+Green+Blue) = 149+82+13=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #95520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95520D is #6AADF2. Grayscale: #5E5E5E. Windows color (decimal): -6991347 or 873109. OLE color: 873109.
HSL color Cylindrical-coordinate representation of color #95520D: hue angle of 30.44º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95520D is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 82 | 13 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.42 |
| HSL | 30.44º | 0.84% | 0.32% | - |
| HSV(B) | 30.44º | 0.91% | 0.58% | - |
| XYZ | 15.48 | 12.45 | 1.97 | - |
| YUV | 94.17 | 82.2 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 13 | 0 | 0.45 | 0.91 | 0.42 | 30.44 | 0.84 | 0.32 |
| Hex | 95 | 52 | D | 0 | 2D | 5B | 2A | 1E | 54 | 20 |
| Octal | 225 | 122 | 15 | 0 | 55 | 133 | 52 | 36 | 124 | 40 |
| Binary | 10010101 | 1010010 | 1101 | 0 | 101101 | 1011011 | 101010 | 11110 | 1010100 | 100000 |
Color Harmonies of #95520D
Complementary color
Monochromatic Colors of #95520D
Black with #95520D
Text Example
Text Example
White with #95520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95520D; }
p { color: rgb(149,82,13); }
H1.HeaderClassName
{
color: #95520D;
}
.AnyTagClassName
{
color: #95520D;
}
</style>
background-color css
<style>
a { background-color: #95520D; }
a { background-color: rgb(149,82,13); }
div.DivClassName
{
background-color: #95520D;
}
.BgClassName
{
background-color: #95520D;
}
</style>
border-color css
<style>
span { border-color: #95520D; }
span { border-color: rgb(149,82,13); }
td.TdClassName
{
border-color: #95520D;
}
.TagClassName
{
border-color: #95520D;
}
</style>