Shades of Saddle Brown #95461C
Tints of Saddle Brown #95461C
RGB
CMYK
RGB Variations
Color information
#95461C (or 0x95461C) is known color: Saddle Brown. HEX triplet: 95, 46 and 1C. RGB value is (149,70,28). Sum of RGB (Red+Green+Blue) = 149+70+28=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #95461C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95461C is #6AB9E3. Grayscale: #595959. Windows color (decimal): -6994404 or 1853077. OLE color: 1853077.
HSL color Cylindrical-coordinate representation of color #95461C: hue angle of 20.83º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95461C is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 70 | 28 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.42 |
| HSL | 20.83º | 0.68% | 0.35% | - |
| HSV(B) | 20.83º | 0.81% | 0.58% | - |
| XYZ | 14.79 | 10.85 | 2.41 | - |
| YUV | 88.83 | 93.67 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 28 | 0 | 0.53 | 0.81 | 0.42 | 20.83 | 0.68 | 0.35 |
| Hex | 95 | 46 | 1C | 0 | 35 | 51 | 2A | 15 | 44 | 23 |
| Octal | 225 | 106 | 34 | 0 | 65 | 121 | 52 | 25 | 104 | 43 |
| Binary | 10010101 | 1000110 | 11100 | 0 | 110101 | 1010001 | 101010 | 10101 | 1000100 | 100011 |
Color Harmonies of #95461C
Complementary color
Monochromatic Colors of #95461C
Black with #95461C
Text Example
Text Example
White with #95461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95461C; }
p { color: rgb(149,70,28); }
H1.HeaderClassName
{
color: #95461C;
}
.AnyTagClassName
{
color: #95461C;
}
</style>
background-color css
<style>
a { background-color: #95461C; }
a { background-color: rgb(149,70,28); }
div.DivClassName
{
background-color: #95461C;
}
.BgClassName
{
background-color: #95461C;
}
</style>
border-color css
<style>
span { border-color: #95461C; }
span { border-color: rgb(149,70,28); }
td.TdClassName
{
border-color: #95461C;
}
.TagClassName
{
border-color: #95461C;
}
</style>