Shades of Saddle Brown #963A11
Tints of Saddle Brown #963A11
RGB
CMYK
RGB Variations
Color information
#963A11 (or 0x963A11) is known color: Saddle Brown. HEX triplet: 96, 3A and 11. RGB value is (150,58,17). Sum of RGB (Red+Green+Blue) = 150+58+17=225 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.67% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 150 - color contains mainly: red. Hex color #963A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963A11 is #69C5EE. Grayscale: #515151. Windows color (decimal): -6931951 or 1129110. OLE color: 1129110.
HSL color Cylindrical-coordinate representation of color #963A11: hue angle of 18.5º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #963A11 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 17 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.41 |
| HSL | 18.5º | 0.8% | 0.33% | - |
| HSV(B) | 18.5º | 0.89% | 0.59% | - |
| XYZ | 14.19 | 9.55 | 1.63 | - |
| YUV | 80.83 | 91.98 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 17 | 0 | 0.61 | 0.89 | 0.41 | 18.5 | 0.8 | 0.33 |
| Hex | 96 | 3A | 11 | 0 | 3D | 59 | 29 | 12 | 50 | 21 |
| Octal | 226 | 72 | 21 | 0 | 75 | 131 | 51 | 22 | 120 | 41 |
| Binary | 10010110 | 111010 | 10001 | 0 | 111101 | 1011001 | 101001 | 10010 | 1010000 | 100001 |
Color Harmonies of #963A11
Complementary color
Monochromatic Colors of #963A11
Black with #963A11
Text Example
Text Example
White with #963A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A11; }
p { color: rgb(150,58,17); }
H1.HeaderClassName
{
color: #963A11;
}
.AnyTagClassName
{
color: #963A11;
}
</style>
background-color css
<style>
a { background-color: #963A11; }
a { background-color: rgb(150,58,17); }
div.DivClassName
{
background-color: #963A11;
}
.BgClassName
{
background-color: #963A11;
}
</style>
border-color css
<style>
span { border-color: #963A11; }
span { border-color: rgb(150,58,17); }
td.TdClassName
{
border-color: #963A11;
}
.TagClassName
{
border-color: #963A11;
}
</style>