Shades of Saddle Brown #96380F
Tints of Saddle Brown #96380F
RGB
CMYK
RGB Variations
Color information
#96380F (or 0x96380F) is known color: Saddle Brown. HEX triplet: 96, 38 and 0F. RGB value is (150,56,15). Sum of RGB (Red+Green+Blue) = 150+56+15=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #96380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96380F is #69C7F0. Grayscale: #4F4F4F. Windows color (decimal): -6932465 or 997526. OLE color: 997526.
HSL color Cylindrical-coordinate representation of color #96380F: hue angle of 18.22º 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 #96380F is Cyan = 0, Magento = 0.63, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 56 | 15 | - |
| CMYK | 0 | 0.63 | 0.9 | 0.41 |
| HSL | 18.22º | 0.82% | 0.32% | - |
| HSV(B) | 18.22º | 0.9% | 0.59% | - |
| XYZ | 14.08 | 9.35 | 1.51 | - |
| YUV | 79.43 | 91.64 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 56 | 15 | 0 | 0.63 | 0.9 | 0.41 | 18.22 | 0.82 | 0.32 |
| Hex | 96 | 38 | F | 0 | 3F | 5A | 29 | 12 | 52 | 20 |
| Octal | 226 | 70 | 17 | 0 | 77 | 132 | 51 | 22 | 122 | 40 |
| Binary | 10010110 | 111000 | 1111 | 0 | 111111 | 1011010 | 101001 | 10010 | 1010010 | 100000 |
Color Harmonies of #96380F
Complementary color
Monochromatic Colors of #96380F
Black with #96380F
Text Example
Text Example
White with #96380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96380F; }
p { color: rgb(150,56,15); }
H1.HeaderClassName
{
color: #96380F;
}
.AnyTagClassName
{
color: #96380F;
}
</style>
background-color css
<style>
a { background-color: #96380F; }
a { background-color: rgb(150,56,15); }
div.DivClassName
{
background-color: #96380F;
}
.BgClassName
{
background-color: #96380F;
}
</style>
border-color css
<style>
span { border-color: #96380F; }
span { border-color: rgb(150,56,15); }
td.TdClassName
{
border-color: #96380F;
}
.TagClassName
{
border-color: #96380F;
}
</style>