Shades of Saddle Brown #95400D
Tints of Saddle Brown #95400D
RGB
CMYK
RGB Variations
Color information
#95400D (or 0x95400D) is known color: Saddle Brown. HEX triplet: 95, 40 and 0D. RGB value is (149,64,13). Sum of RGB (Red+Green+Blue) = 149+64+13=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #95400D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95400D is #6ABFF2. Grayscale: #535353. Windows color (decimal): -6995955 or 868501. OLE color: 868501.
HSL color Cylindrical-coordinate representation of color #95400D: hue angle of 22.5º 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 #95400D is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 13 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.42 |
| HSL | 22.5º | 0.84% | 0.32% | - |
| HSV(B) | 22.5º | 0.91% | 0.58% | - |
| XYZ | 14.3 | 10.09 | 1.57 | - |
| YUV | 83.6 | 88.16 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 13 | 0 | 0.57 | 0.91 | 0.42 | 22.5 | 0.84 | 0.32 |
| Hex | 95 | 40 | D | 0 | 39 | 5B | 2A | 16 | 54 | 20 |
| Octal | 225 | 100 | 15 | 0 | 71 | 133 | 52 | 26 | 124 | 40 |
| Binary | 10010101 | 1000000 | 1101 | 0 | 111001 | 1011011 | 101010 | 10110 | 1010100 | 100000 |
Color Harmonies of #95400D
Complementary color
Monochromatic Colors of #95400D
Black with #95400D
Text Example
Text Example
White with #95400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95400D; }
p { color: rgb(149,64,13); }
H1.HeaderClassName
{
color: #95400D;
}
.AnyTagClassName
{
color: #95400D;
}
</style>
background-color css
<style>
a { background-color: #95400D; }
a { background-color: rgb(149,64,13); }
div.DivClassName
{
background-color: #95400D;
}
.BgClassName
{
background-color: #95400D;
}
</style>
border-color css
<style>
span { border-color: #95400D; }
span { border-color: rgb(149,64,13); }
td.TdClassName
{
border-color: #95400D;
}
.TagClassName
{
border-color: #95400D;
}
</style>