Shades of Saddle Brown #96450B
Tints of Saddle Brown #96450B
RGB
CMYK
RGB Variations
Color information
#96450B (or 0x96450B) is known color: Saddle Brown. HEX triplet: 96, 45 and 0B. RGB value is (150,69,11). Sum of RGB (Red+Green+Blue) = 150+69+11=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #96450B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96450B is #69BAF4. Grayscale: #565656. Windows color (decimal): -6929141 or 738710. OLE color: 738710.
HSL color Cylindrical-coordinate representation of color #96450B: hue angle of 25.04º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96450B is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 69 | 11 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.41 |
| HSL | 25.04º | 0.86% | 0.32% | - |
| HSV(B) | 25.04º | 0.93% | 0.59% | - |
| XYZ | 14.77 | 10.76 | 1.62 | - |
| YUV | 86.61 | 85.34 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 11 | 0 | 0.54 | 0.93 | 0.41 | 25.04 | 0.86 | 0.32 |
| Hex | 96 | 45 | B | 0 | 36 | 5D | 29 | 19 | 56 | 20 |
| Octal | 226 | 105 | 13 | 0 | 66 | 135 | 51 | 31 | 126 | 40 |
| Binary | 10010110 | 1000101 | 1011 | 0 | 110110 | 1011101 | 101001 | 11001 | 1010110 | 100000 |
Color Harmonies of #96450B
Complementary color
Monochromatic Colors of #96450B
Black with #96450B
Text Example
Text Example
White with #96450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96450B; }
p { color: rgb(150,69,11); }
H1.HeaderClassName
{
color: #96450B;
}
.AnyTagClassName
{
color: #96450B;
}
</style>
background-color css
<style>
a { background-color: #96450B; }
a { background-color: rgb(150,69,11); }
div.DivClassName
{
background-color: #96450B;
}
.BgClassName
{
background-color: #96450B;
}
</style>
border-color css
<style>
span { border-color: #96450B; }
span { border-color: rgb(150,69,11); }
td.TdClassName
{
border-color: #96450B;
}
.TagClassName
{
border-color: #96450B;
}
</style>