Shades of Saddle Brown #963A18
Tints of Saddle Brown #963A18
RGB
CMYK
RGB Variations
Color information
#963A18 (or 0x963A18) is known color: Saddle Brown. HEX triplet: 96, 3A and 18. RGB value is (150,58,24). Sum of RGB (Red+Green+Blue) = 150+58+24=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #963A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963A18 is #69C5E7. Grayscale: #515151. Windows color (decimal): -6931944 or 1587862. OLE color: 1587862.
HSL color Cylindrical-coordinate representation of color #963A18: hue angle of 16.19º 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 #963A18 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 24 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.41 |
| HSL | 16.19º | 0.72% | 0.34% | - |
| HSV(B) | 16.19º | 0.84% | 0.59% | - |
| XYZ | 14.26 | 9.58 | 1.96 | - |
| YUV | 81.63 | 95.48 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 24 | 0 | 0.61 | 0.84 | 0.41 | 16.19 | 0.72 | 0.34 |
| Hex | 96 | 3A | 18 | 0 | 3D | 54 | 29 | 10 | 48 | 22 |
| Octal | 226 | 72 | 30 | 0 | 75 | 124 | 51 | 20 | 110 | 42 |
| Binary | 10010110 | 111010 | 11000 | 0 | 111101 | 1010100 | 101001 | 10000 | 1001000 | 100010 |
Color Harmonies of #963A18
Complementary color
Monochromatic Colors of #963A18
Black with #963A18
Text Example
Text Example
White with #963A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A18; }
p { color: rgb(150,58,24); }
H1.HeaderClassName
{
color: #963A18;
}
.AnyTagClassName
{
color: #963A18;
}
</style>
background-color css
<style>
a { background-color: #963A18; }
a { background-color: rgb(150,58,24); }
div.DivClassName
{
background-color: #963A18;
}
.BgClassName
{
background-color: #963A18;
}
</style>
border-color css
<style>
span { border-color: #963A18; }
span { border-color: rgb(150,58,24); }
td.TdClassName
{
border-color: #963A18;
}
.TagClassName
{
border-color: #963A18;
}
</style>