Shades of Saddle Brown #953408
Tints of Saddle Brown #953408
RGB
CMYK
RGB Variations
Color information
#953408 (or 0x953408) is known color: Saddle Brown. HEX triplet: 95, 34 and 08. RGB value is (149,52,8). Sum of RGB (Red+Green+Blue) = 149+52+8=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #953408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953408 is #6ACBF7. Grayscale: #4C4C4C. Windows color (decimal): -6999032 or 537749. OLE color: 537749.
HSL color Cylindrical-coordinate representation of color #953408: hue angle of 18.72º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #953408 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 52 | 8 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.42 |
| HSL | 18.72º | 0.9% | 0.31% | - |
| HSV(B) | 18.72º | 0.95% | 0.58% | - |
| XYZ | 13.67 | 8.86 | 1.22 | - |
| YUV | 75.99 | 89.64 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 8 | 0 | 0.65 | 0.95 | 0.42 | 18.72 | 0.9 | 0.31 |
| Hex | 95 | 34 | 8 | 0 | 41 | 5F | 2A | 13 | 5A | 1F |
| Octal | 225 | 64 | 10 | 0 | 101 | 137 | 52 | 23 | 132 | 37 |
| Binary | 10010101 | 110100 | 1000 | 0 | 1000001 | 1011111 | 101010 | 10011 | 1011010 | 11111 |
Color Harmonies of #953408
Complementary color
Monochromatic Colors of #953408
Black with #953408
Text Example
Text Example
White with #953408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953408; }
p { color: rgb(149,52,8); }
H1.HeaderClassName
{
color: #953408;
}
.AnyTagClassName
{
color: #953408;
}
</style>
background-color css
<style>
a { background-color: #953408; }
a { background-color: rgb(149,52,8); }
div.DivClassName
{
background-color: #953408;
}
.BgClassName
{
background-color: #953408;
}
</style>
border-color css
<style>
span { border-color: #953408; }
span { border-color: rgb(149,52,8); }
td.TdClassName
{
border-color: #953408;
}
.TagClassName
{
border-color: #953408;
}
</style>