Shades of Saddle Brown #95370E
Tints of Saddle Brown #95370E
RGB
CMYK
RGB Variations
Color information
#95370E (or 0x95370E) is known color: Saddle Brown. HEX triplet: 95, 37 and 0E. RGB value is (149,55,14). Sum of RGB (Red+Green+Blue) = 149+55+14=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #95370E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95370E is #6AC8F1. Grayscale: #4E4E4E. Windows color (decimal): -6998258 or 931733. OLE color: 931733.
HSL color Cylindrical-coordinate representation of color #95370E: hue angle of 18.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 #95370E is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 55 | 14 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.42 |
| HSL | 18.22º | 0.83% | 0.32% | - |
| HSV(B) | 18.22º | 0.91% | 0.58% | - |
| XYZ | 13.84 | 9.15 | 1.45 | - |
| YUV | 78.43 | 91.64 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 55 | 14 | 0 | 0.63 | 0.91 | 0.42 | 18.22 | 0.83 | 0.32 |
| Hex | 95 | 37 | E | 0 | 3F | 5B | 2A | 12 | 53 | 20 |
| Octal | 225 | 67 | 16 | 0 | 77 | 133 | 52 | 22 | 123 | 40 |
| Binary | 10010101 | 110111 | 1110 | 0 | 111111 | 1011011 | 101010 | 10010 | 1010011 | 100000 |
Color Harmonies of #95370E
Complementary color
Monochromatic Colors of #95370E
Black with #95370E
Text Example
Text Example
White with #95370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95370E; }
p { color: rgb(149,55,14); }
H1.HeaderClassName
{
color: #95370E;
}
.AnyTagClassName
{
color: #95370E;
}
</style>
background-color css
<style>
a { background-color: #95370E; }
a { background-color: rgb(149,55,14); }
div.DivClassName
{
background-color: #95370E;
}
.BgClassName
{
background-color: #95370E;
}
</style>
border-color css
<style>
span { border-color: #95370E; }
span { border-color: rgb(149,55,14); }
td.TdClassName
{
border-color: #95370E;
}
.TagClassName
{
border-color: #95370E;
}
</style>