Shades of Saddle Brown #953912
Tints of Saddle Brown #953912
RGB
CMYK
RGB Variations
Color information
#953912 (or 0x953912) is known color: Saddle Brown. HEX triplet: 95, 39 and 12. RGB value is (149,57,18). Sum of RGB (Red+Green+Blue) = 149+57+18=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #953912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953912 is #6AC6ED. Grayscale: #505050. Windows color (decimal): -6997742 or 1194389. OLE color: 1194389.
HSL color Cylindrical-coordinate representation of color #953912: hue angle of 17.86º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #953912 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 57 | 18 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.42 |
| HSL | 17.86º | 0.78% | 0.33% | - |
| HSV(B) | 17.86º | 0.88% | 0.58% | - |
| XYZ | 13.97 | 9.36 | 1.64 | - |
| YUV | 80.06 | 92.98 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 57 | 18 | 0 | 0.62 | 0.88 | 0.42 | 17.86 | 0.78 | 0.33 |
| Hex | 95 | 39 | 12 | 0 | 3E | 58 | 2A | 12 | 4E | 21 |
| Octal | 225 | 71 | 22 | 0 | 76 | 130 | 52 | 22 | 116 | 41 |
| Binary | 10010101 | 111001 | 10010 | 0 | 111110 | 1011000 | 101010 | 10010 | 1001110 | 100001 |
Color Harmonies of #953912
Complementary color
Monochromatic Colors of #953912
Black with #953912
Text Example
Text Example
White with #953912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953912; }
p { color: rgb(149,57,18); }
H1.HeaderClassName
{
color: #953912;
}
.AnyTagClassName
{
color: #953912;
}
</style>
background-color css
<style>
a { background-color: #953912; }
a { background-color: rgb(149,57,18); }
div.DivClassName
{
background-color: #953912;
}
.BgClassName
{
background-color: #953912;
}
</style>
border-color css
<style>
span { border-color: #953912; }
span { border-color: rgb(149,57,18); }
td.TdClassName
{
border-color: #953912;
}
.TagClassName
{
border-color: #953912;
}
</style>