Shades of Saddle Brown #96360C
Tints of Saddle Brown #96360C
RGB
CMYK
RGB Variations
Color information
#96360C (or 0x96360C) is known color: Saddle Brown. HEX triplet: 96, 36 and 0C. RGB value is (150,54,12). Sum of RGB (Red+Green+Blue) = 150+54+12=216 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.44% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 150 - color contains mainly: red. Hex color #96360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96360C is #69C9F3. Grayscale: #4E4E4E. Windows color (decimal): -6932980 or 800406. OLE color: 800406.
HSL color Cylindrical-coordinate representation of color #96360C: hue angle of 18.26º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96360C is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 54 | 12 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.41 |
| HSL | 18.26º | 0.85% | 0.32% | - |
| HSV(B) | 18.26º | 0.92% | 0.59% | - |
| XYZ | 13.96 | 9.15 | 1.38 | - |
| YUV | 77.92 | 90.8 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 54 | 12 | 0 | 0.64 | 0.92 | 0.41 | 18.26 | 0.85 | 0.32 |
| Hex | 96 | 36 | C | 0 | 40 | 5C | 29 | 12 | 55 | 20 |
| Octal | 226 | 66 | 14 | 0 | 100 | 134 | 51 | 22 | 125 | 40 |
| Binary | 10010110 | 110110 | 1100 | 0 | 1000000 | 1011100 | 101001 | 10010 | 1010101 | 100000 |
Color Harmonies of #96360C
Complementary color
Monochromatic Colors of #96360C
Black with #96360C
Text Example
Text Example
White with #96360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96360C; }
p { color: rgb(150,54,12); }
H1.HeaderClassName
{
color: #96360C;
}
.AnyTagClassName
{
color: #96360C;
}
</style>
background-color css
<style>
a { background-color: #96360C; }
a { background-color: rgb(150,54,12); }
div.DivClassName
{
background-color: #96360C;
}
.BgClassName
{
background-color: #96360C;
}
</style>
border-color css
<style>
span { border-color: #96360C; }
span { border-color: rgb(150,54,12); }
td.TdClassName
{
border-color: #96360C;
}
.TagClassName
{
border-color: #96360C;
}
</style>