Shades of Saddle Brown #95390D
Tints of Saddle Brown #95390D
RGB
CMYK
RGB Variations
Color information
#95390D (or 0x95390D) is known color: Saddle Brown. HEX triplet: 95, 39 and 0D. RGB value is (149,57,13). Sum of RGB (Red+Green+Blue) = 149+57+13=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #95390D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95390D is #6AC6F2. Grayscale: #4F4F4F. Windows color (decimal): -6997747 or 866709. OLE color: 866709.
HSL color Cylindrical-coordinate representation of color #95390D: hue angle of 19.41º 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 #95390D is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 57 | 13 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.42 |
| HSL | 19.41º | 0.84% | 0.32% | - |
| HSV(B) | 19.41º | 0.91% | 0.58% | - |
| XYZ | 13.93 | 9.34 | 1.45 | - |
| YUV | 79.49 | 90.48 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 57 | 13 | 0 | 0.62 | 0.91 | 0.42 | 19.41 | 0.84 | 0.32 |
| Hex | 95 | 39 | D | 0 | 3E | 5B | 2A | 13 | 54 | 20 |
| Octal | 225 | 71 | 15 | 0 | 76 | 133 | 52 | 23 | 124 | 40 |
| Binary | 10010101 | 111001 | 1101 | 0 | 111110 | 1011011 | 101010 | 10011 | 1010100 | 100000 |
Color Harmonies of #95390D
Complementary color
Monochromatic Colors of #95390D
Black with #95390D
Text Example
Text Example
White with #95390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95390D; }
p { color: rgb(149,57,13); }
H1.HeaderClassName
{
color: #95390D;
}
.AnyTagClassName
{
color: #95390D;
}
</style>
background-color css
<style>
a { background-color: #95390D; }
a { background-color: rgb(149,57,13); }
div.DivClassName
{
background-color: #95390D;
}
.BgClassName
{
background-color: #95390D;
}
</style>
border-color css
<style>
span { border-color: #95390D; }
span { border-color: rgb(149,57,13); }
td.TdClassName
{
border-color: #95390D;
}
.TagClassName
{
border-color: #95390D;
}
</style>