Shades of Saddle Brown #95460C
Tints of Saddle Brown #95460C
RGB
CMYK
RGB Variations
Color information
#95460C (or 0x95460C) is known color: Saddle Brown. HEX triplet: 95, 46 and 0C. RGB value is (149,70,12). Sum of RGB (Red+Green+Blue) = 149+70+12=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #95460C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95460C is #6AB9F3. Grayscale: #575757. Windows color (decimal): -6994420 or 804501. OLE color: 804501.
HSL color Cylindrical-coordinate representation of color #95460C: hue angle of 25.4º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95460C is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 70 | 12 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.42 |
| HSL | 25.4º | 0.85% | 0.32% | - |
| HSV(B) | 25.4º | 0.92% | 0.58% | - |
| XYZ | 14.65 | 10.8 | 1.66 | - |
| YUV | 87.01 | 85.67 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 12 | 0 | 0.53 | 0.92 | 0.42 | 25.4 | 0.85 | 0.32 |
| Hex | 95 | 46 | C | 0 | 35 | 5C | 2A | 19 | 55 | 20 |
| Octal | 225 | 106 | 14 | 0 | 65 | 134 | 52 | 31 | 125 | 40 |
| Binary | 10010101 | 1000110 | 1100 | 0 | 110101 | 1011100 | 101010 | 11001 | 1010101 | 100000 |
Color Harmonies of #95460C
Complementary color
Monochromatic Colors of #95460C
Black with #95460C
Text Example
Text Example
White with #95460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95460C; }
p { color: rgb(149,70,12); }
H1.HeaderClassName
{
color: #95460C;
}
.AnyTagClassName
{
color: #95460C;
}
</style>
background-color css
<style>
a { background-color: #95460C; }
a { background-color: rgb(149,70,12); }
div.DivClassName
{
background-color: #95460C;
}
.BgClassName
{
background-color: #95460C;
}
</style>
border-color css
<style>
span { border-color: #95460C; }
span { border-color: rgb(149,70,12); }
td.TdClassName
{
border-color: #95460C;
}
.TagClassName
{
border-color: #95460C;
}
</style>