Shades of Saddle Brown #95400B
Tints of Saddle Brown #95400B
RGB
CMYK
RGB Variations
Color information
#95400B (or 0x95400B) is known color: Saddle Brown. HEX triplet: 95, 40 and 0B. RGB value is (149,64,11). Sum of RGB (Red+Green+Blue) = 149+64+11=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #95400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95400B is #6ABFF4. Grayscale: #535353. Windows color (decimal): -6995957 or 737429. OLE color: 737429.
HSL color Cylindrical-coordinate representation of color #95400B: hue angle of 23.04º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95400B is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 11 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.42 |
| HSL | 23.04º | 0.86% | 0.31% | - |
| HSV(B) | 23.04º | 0.93% | 0.58% | - |
| XYZ | 14.29 | 10.08 | 1.51 | - |
| YUV | 83.37 | 87.16 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 11 | 0 | 0.57 | 0.93 | 0.42 | 23.04 | 0.86 | 0.31 |
| Hex | 95 | 40 | B | 0 | 39 | 5D | 2A | 17 | 56 | 1F |
| Octal | 225 | 100 | 13 | 0 | 71 | 135 | 52 | 27 | 126 | 37 |
| Binary | 10010101 | 1000000 | 1011 | 0 | 111001 | 1011101 | 101010 | 10111 | 1010110 | 11111 |
Color Harmonies of #95400B
Complementary color
Monochromatic Colors of #95400B
Black with #95400B
Text Example
Text Example
White with #95400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95400B; }
p { color: rgb(149,64,11); }
H1.HeaderClassName
{
color: #95400B;
}
.AnyTagClassName
{
color: #95400B;
}
</style>
background-color css
<style>
a { background-color: #95400B; }
a { background-color: rgb(149,64,11); }
div.DivClassName
{
background-color: #95400B;
}
.BgClassName
{
background-color: #95400B;
}
</style>
border-color css
<style>
span { border-color: #95400B; }
span { border-color: rgb(149,64,11); }
td.TdClassName
{
border-color: #95400B;
}
.TagClassName
{
border-color: #95400B;
}
</style>