Shades of Saddle Brown #95510F
Tints of Saddle Brown #95510F
RGB
CMYK
RGB Variations
Color information
#95510F (or 0x95510F) is known color: Saddle Brown. HEX triplet: 95, 51 and 0F. RGB value is (149,81,15). Sum of RGB (Red+Green+Blue) = 149+81+15=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #95510F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95510F is #6AAEF0. Grayscale: #5E5E5E. Windows color (decimal): -6991601 or 1003925. OLE color: 1003925.
HSL color Cylindrical-coordinate representation of color #95510F: hue angle of 29.55º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95510F is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 15 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.42 |
| HSL | 29.55º | 0.82% | 0.32% | - |
| HSV(B) | 29.55º | 0.9% | 0.58% | - |
| XYZ | 15.42 | 12.31 | 2.01 | - |
| YUV | 93.81 | 83.53 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 15 | 0 | 0.46 | 0.90 | 0.42 | 29.55 | 0.82 | 0.32 |
| Hex | 95 | 51 | F | 0 | 2E | 5A | 2A | 1E | 52 | 20 |
| Octal | 225 | 121 | 17 | 0 | 56 | 132 | 52 | 36 | 122 | 40 |
| Binary | 10010101 | 1010001 | 1111 | 0 | 101110 | 1011010 | 101010 | 11110 | 1010010 | 100000 |
Color Harmonies of #95510F
Complementary color
Monochromatic Colors of #95510F
Black with #95510F
Text Example
Text Example
White with #95510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95510F; }
p { color: rgb(149,81,15); }
H1.HeaderClassName
{
color: #95510F;
}
.AnyTagClassName
{
color: #95510F;
}
</style>
background-color css
<style>
a { background-color: #95510F; }
a { background-color: rgb(149,81,15); }
div.DivClassName
{
background-color: #95510F;
}
.BgClassName
{
background-color: #95510F;
}
</style>
border-color css
<style>
span { border-color: #95510F; }
span { border-color: rgb(149,81,15); }
td.TdClassName
{
border-color: #95510F;
}
.TagClassName
{
border-color: #95510F;
}
</style>