Shades of Saddle Brown #96370F
Tints of Saddle Brown #96370F
RGB
CMYK
RGB Variations
Color information
#96370F (or 0x96370F) is known color: Saddle Brown. HEX triplet: 96, 37 and 0F. RGB value is (150,55,15). Sum of RGB (Red+Green+Blue) = 150+55+15=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #96370F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96370F is #69C8F0. Grayscale: #4F4F4F. Windows color (decimal): -6932721 or 997270. OLE color: 997270.
HSL color Cylindrical-coordinate representation of color #96370F: hue angle of 17.78º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96370F is Cyan = 0, Magento = 0.63, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 15 | - |
| CMYK | 0 | 0.63 | 0.9 | 0.41 |
| HSL | 17.78º | 0.82% | 0.32% | - |
| HSV(B) | 17.78º | 0.9% | 0.59% | - |
| XYZ | 14.03 | 9.25 | 1.5 | - |
| YUV | 78.85 | 91.97 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 15 | 0 | 0.63 | 0.9 | 0.41 | 17.78 | 0.82 | 0.32 |
| Hex | 96 | 37 | F | 0 | 3F | 5A | 29 | 12 | 52 | 20 |
| Octal | 226 | 67 | 17 | 0 | 77 | 132 | 51 | 22 | 122 | 40 |
| Binary | 10010110 | 110111 | 1111 | 0 | 111111 | 1011010 | 101001 | 10010 | 1010010 | 100000 |
Color Harmonies of #96370F
Complementary color
Monochromatic Colors of #96370F
Black with #96370F
Text Example
Text Example
White with #96370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96370F; }
p { color: rgb(150,55,15); }
H1.HeaderClassName
{
color: #96370F;
}
.AnyTagClassName
{
color: #96370F;
}
</style>
background-color css
<style>
a { background-color: #96370F; }
a { background-color: rgb(150,55,15); }
div.DivClassName
{
background-color: #96370F;
}
.BgClassName
{
background-color: #96370F;
}
</style>
border-color css
<style>
span { border-color: #96370F; }
span { border-color: rgb(150,55,15); }
td.TdClassName
{
border-color: #96370F;
}
.TagClassName
{
border-color: #96370F;
}
</style>