Shades of Saddle Brown #95360C
Tints of Saddle Brown #95360C
RGB
CMYK
RGB Variations
Color information
#95360C (or 0x95360C) is known color: Saddle Brown. HEX triplet: 95, 36 and 0C. RGB value is (149,54,12). Sum of RGB (Red+Green+Blue) = 149+54+12=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #95360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95360C is #6AC9F3. Grayscale: #4D4D4D. Windows color (decimal): -6998516 or 800405. OLE color: 800405.
HSL color Cylindrical-coordinate representation of color #95360C: hue angle of 18.39º 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 #95360C is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 54 | 12 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.42 |
| HSL | 18.39º | 0.85% | 0.32% | - |
| HSV(B) | 18.39º | 0.92% | 0.58% | - |
| XYZ | 13.78 | 9.05 | 1.37 | - |
| YUV | 77.62 | 90.97 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 54 | 12 | 0 | 0.64 | 0.92 | 0.42 | 18.39 | 0.85 | 0.32 |
| Hex | 95 | 36 | C | 0 | 40 | 5C | 2A | 12 | 55 | 20 |
| Octal | 225 | 66 | 14 | 0 | 100 | 134 | 52 | 22 | 125 | 40 |
| Binary | 10010101 | 110110 | 1100 | 0 | 1000000 | 1011100 | 101010 | 10010 | 1010101 | 100000 |
Color Harmonies of #95360C
Complementary color
Monochromatic Colors of #95360C
Black with #95360C
Text Example
Text Example
White with #95360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95360C; }
p { color: rgb(149,54,12); }
H1.HeaderClassName
{
color: #95360C;
}
.AnyTagClassName
{
color: #95360C;
}
</style>
background-color css
<style>
a { background-color: #95360C; }
a { background-color: rgb(149,54,12); }
div.DivClassName
{
background-color: #95360C;
}
.BgClassName
{
background-color: #95360C;
}
</style>
border-color css
<style>
span { border-color: #95360C; }
span { border-color: rgb(149,54,12); }
td.TdClassName
{
border-color: #95360C;
}
.TagClassName
{
border-color: #95360C;
}
</style>