Shades of Saddle Brown #95510D
Tints of Saddle Brown #95510D
RGB
CMYK
RGB Variations
Color information
#95510D (or 0x95510D) is known color: Saddle Brown. HEX triplet: 95, 51 and 0D. RGB value is (149,81,13). Sum of RGB (Red+Green+Blue) = 149+81+13=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #95510D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95510D is #6AAEF2. Grayscale: #5D5D5D. Windows color (decimal): -6991603 or 872853. OLE color: 872853.
HSL color Cylindrical-coordinate representation of color #95510D: hue angle of 30º 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 #95510D is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 13 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.42 |
| HSL | 30º | 0.84% | 0.32% | - |
| HSV(B) | 30º | 0.91% | 0.58% | - |
| XYZ | 15.41 | 12.3 | 1.94 | - |
| YUV | 93.58 | 82.53 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 13 | 0 | 0.46 | 0.91 | 0.42 | 30 | 0.84 | 0.32 |
| Hex | 95 | 51 | D | 0 | 2E | 5B | 2A | 1E | 54 | 20 |
| Octal | 225 | 121 | 15 | 0 | 56 | 133 | 52 | 36 | 124 | 40 |
| Binary | 10010101 | 1010001 | 1101 | 0 | 101110 | 1011011 | 101010 | 11110 | 1010100 | 100000 |
Color Harmonies of #95510D
Complementary color
Monochromatic Colors of #95510D
Black with #95510D
Text Example
Text Example
White with #95510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95510D; }
p { color: rgb(149,81,13); }
H1.HeaderClassName
{
color: #95510D;
}
.AnyTagClassName
{
color: #95510D;
}
</style>
background-color css
<style>
a { background-color: #95510D; }
a { background-color: rgb(149,81,13); }
div.DivClassName
{
background-color: #95510D;
}
.BgClassName
{
background-color: #95510D;
}
</style>
border-color css
<style>
span { border-color: #95510D; }
span { border-color: rgb(149,81,13); }
td.TdClassName
{
border-color: #95510D;
}
.TagClassName
{
border-color: #95510D;
}
</style>