Shades of Saddle Brown #95400E
Tints of Saddle Brown #95400E
RGB
CMYK
RGB Variations
Color information
#95400E (or 0x95400E) is known color: Saddle Brown. HEX triplet: 95, 40 and 0E. RGB value is (149,64,14). Sum of RGB (Red+Green+Blue) = 149+64+14=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #95400E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95400E is #6ABFF1. Grayscale: #545454. Windows color (decimal): -6995954 or 934037. OLE color: 934037.
HSL color Cylindrical-coordinate representation of color #95400E: hue angle of 22.22º degrees, saturation: 0.83, 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 #95400E is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 14 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.42 |
| HSL | 22.22º | 0.83% | 0.32% | - |
| HSV(B) | 22.22º | 0.91% | 0.58% | - |
| XYZ | 14.31 | 10.09 | 1.61 | - |
| YUV | 83.72 | 88.66 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 14 | 0 | 0.57 | 0.91 | 0.42 | 22.22 | 0.83 | 0.32 |
| Hex | 95 | 40 | E | 0 | 39 | 5B | 2A | 16 | 53 | 20 |
| Octal | 225 | 100 | 16 | 0 | 71 | 133 | 52 | 26 | 123 | 40 |
| Binary | 10010101 | 1000000 | 1110 | 0 | 111001 | 1011011 | 101010 | 10110 | 1010011 | 100000 |
Color Harmonies of #95400E
Complementary color
Monochromatic Colors of #95400E
Black with #95400E
Text Example
Text Example
White with #95400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95400E; }
p { color: rgb(149,64,14); }
H1.HeaderClassName
{
color: #95400E;
}
.AnyTagClassName
{
color: #95400E;
}
</style>
background-color css
<style>
a { background-color: #95400E; }
a { background-color: rgb(149,64,14); }
div.DivClassName
{
background-color: #95400E;
}
.BgClassName
{
background-color: #95400E;
}
</style>
border-color css
<style>
span { border-color: #95400E; }
span { border-color: rgb(149,64,14); }
td.TdClassName
{
border-color: #95400E;
}
.TagClassName
{
border-color: #95400E;
}
</style>