Shades of Saddle Brown #963E18
Tints of Saddle Brown #963E18
RGB
CMYK
RGB Variations
Color information
#963E18 (or 0x963E18) is known color: Saddle Brown. HEX triplet: 96, 3E and 18. RGB value is (150,62,24). Sum of RGB (Red+Green+Blue) = 150+62+24=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #963E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963E18 is #69C1E7. Grayscale: #545454. Windows color (decimal): -6930920 or 1588886. OLE color: 1588886.
HSL color Cylindrical-coordinate representation of color #963E18: hue angle of 18.1º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #963E18 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 62 | 24 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.41 |
| HSL | 18.1º | 0.72% | 0.34% | - |
| HSV(B) | 18.1º | 0.84% | 0.59% | - |
| XYZ | 14.47 | 10 | 2.03 | - |
| YUV | 83.98 | 94.15 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 24 | 0 | 0.59 | 0.84 | 0.41 | 18.1 | 0.72 | 0.34 |
| Hex | 96 | 3E | 18 | 0 | 3B | 54 | 29 | 12 | 48 | 22 |
| Octal | 226 | 76 | 30 | 0 | 73 | 124 | 51 | 22 | 110 | 42 |
| Binary | 10010110 | 111110 | 11000 | 0 | 111011 | 1010100 | 101001 | 10010 | 1001000 | 100010 |
Color Harmonies of #963E18
Complementary color
Monochromatic Colors of #963E18
Black with #963E18
Text Example
Text Example
White with #963E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963E18; }
p { color: rgb(150,62,24); }
H1.HeaderClassName
{
color: #963E18;
}
.AnyTagClassName
{
color: #963E18;
}
</style>
background-color css
<style>
a { background-color: #963E18; }
a { background-color: rgb(150,62,24); }
div.DivClassName
{
background-color: #963E18;
}
.BgClassName
{
background-color: #963E18;
}
</style>
border-color css
<style>
span { border-color: #963E18; }
span { border-color: rgb(150,62,24); }
td.TdClassName
{
border-color: #963E18;
}
.TagClassName
{
border-color: #963E18;
}
</style>