Shades of Saddle Brown #96440B
Tints of Saddle Brown #96440B
RGB
CMYK
RGB Variations
Color information
#96440B (or 0x96440B) is known color: Saddle Brown. HEX triplet: 96, 44 and 0B. RGB value is (150,68,11). Sum of RGB (Red+Green+Blue) = 150+68+11=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #96440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96440B is #69BBF4. Grayscale: #565656. Windows color (decimal): -6929397 or 738454. OLE color: 738454.
HSL color Cylindrical-coordinate representation of color #96440B: hue angle of 24.6º 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 #96440B is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 68 | 11 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.41 |
| HSL | 24.6º | 0.86% | 0.32% | - |
| HSV(B) | 24.6º | 0.93% | 0.59% | - |
| XYZ | 14.71 | 10.64 | 1.6 | - |
| YUV | 86.02 | 85.67 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 11 | 0 | 0.55 | 0.93 | 0.41 | 24.6 | 0.86 | 0.32 |
| Hex | 96 | 44 | B | 0 | 37 | 5D | 29 | 19 | 56 | 20 |
| Octal | 226 | 104 | 13 | 0 | 67 | 135 | 51 | 31 | 126 | 40 |
| Binary | 10010110 | 1000100 | 1011 | 0 | 110111 | 1011101 | 101001 | 11001 | 1010110 | 100000 |
Color Harmonies of #96440B
Complementary color
Monochromatic Colors of #96440B
Black with #96440B
Text Example
Text Example
White with #96440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96440B; }
p { color: rgb(150,68,11); }
H1.HeaderClassName
{
color: #96440B;
}
.AnyTagClassName
{
color: #96440B;
}
</style>
background-color css
<style>
a { background-color: #96440B; }
a { background-color: rgb(150,68,11); }
div.DivClassName
{
background-color: #96440B;
}
.BgClassName
{
background-color: #96440B;
}
</style>
border-color css
<style>
span { border-color: #96440B; }
span { border-color: rgb(150,68,11); }
td.TdClassName
{
border-color: #96440B;
}
.TagClassName
{
border-color: #96440B;
}
</style>