Shades of Saddle Brown #953108
Tints of Saddle Brown #953108
RGB
CMYK
RGB Variations
Color information
#953108 (or 0x953108) is known color: Saddle Brown. HEX triplet: 95, 31 and 08. RGB value is (149,49,8). Sum of RGB (Red+Green+Blue) = 149+49+8=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #953108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953108 is #6ACEF7. Grayscale: #4A4A4A. Windows color (decimal): -6999800 or 536981. OLE color: 536981.
HSL color Cylindrical-coordinate representation of color #953108: hue angle of 17.45º 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 #953108 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 49 | 8 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.42 |
| HSL | 17.45º | 0.9% | 0.31% | - |
| HSV(B) | 17.45º | 0.95% | 0.58% | - |
| XYZ | 13.54 | 8.6 | 1.18 | - |
| YUV | 74.23 | 90.63 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 8 | 0 | 0.67 | 0.95 | 0.42 | 17.45 | 0.9 | 0.31 |
| Hex | 95 | 31 | 8 | 0 | 43 | 5F | 2A | 11 | 5A | 1F |
| Octal | 225 | 61 | 10 | 0 | 103 | 137 | 52 | 21 | 132 | 37 |
| Binary | 10010101 | 110001 | 1000 | 0 | 1000011 | 1011111 | 101010 | 10001 | 1011010 | 11111 |
Color Harmonies of #953108
Complementary color
Monochromatic Colors of #953108
Black with #953108
Text Example
Text Example
White with #953108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953108; }
p { color: rgb(149,49,8); }
H1.HeaderClassName
{
color: #953108;
}
.AnyTagClassName
{
color: #953108;
}
</style>
background-color css
<style>
a { background-color: #953108; }
a { background-color: rgb(149,49,8); }
div.DivClassName
{
background-color: #953108;
}
.BgClassName
{
background-color: #953108;
}
</style>
border-color css
<style>
span { border-color: #953108; }
span { border-color: rgb(149,49,8); }
td.TdClassName
{
border-color: #953108;
}
.TagClassName
{
border-color: #953108;
}
</style>