Shades of Saddle Brown #963A10
Tints of Saddle Brown #963A10
RGB
CMYK
RGB Variations
Color information
#963A10 (or 0x963A10) is known color: Saddle Brown. HEX triplet: 96, 3A and 10. RGB value is (150,58,16). Sum of RGB (Red+Green+Blue) = 150+58+16=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #963A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963A10 is #69C5EF. Grayscale: #505050. Windows color (decimal): -6931952 or 1063574. OLE color: 1063574.
HSL color Cylindrical-coordinate representation of color #963A10: hue angle of 18.81º degrees, saturation: 0.81, 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 #963A10 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 16 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.41 |
| HSL | 18.81º | 0.81% | 0.33% | - |
| HSV(B) | 18.81º | 0.89% | 0.59% | - |
| XYZ | 14.18 | 9.55 | 1.59 | - |
| YUV | 80.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 16 | 0 | 0.61 | 0.89 | 0.41 | 18.81 | 0.81 | 0.33 |
| Hex | 96 | 3A | 10 | 0 | 3D | 59 | 29 | 13 | 51 | 21 |
| Octal | 226 | 72 | 20 | 0 | 75 | 131 | 51 | 23 | 121 | 41 |
| Binary | 10010110 | 111010 | 10000 | 0 | 111101 | 1011001 | 101001 | 10011 | 1010001 | 100001 |
Color Harmonies of #963A10
Complementary color
Monochromatic Colors of #963A10
Black with #963A10
Text Example
Text Example
White with #963A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A10; }
p { color: rgb(150,58,16); }
H1.HeaderClassName
{
color: #963A10;
}
.AnyTagClassName
{
color: #963A10;
}
</style>
background-color css
<style>
a { background-color: #963A10; }
a { background-color: rgb(150,58,16); }
div.DivClassName
{
background-color: #963A10;
}
.BgClassName
{
background-color: #963A10;
}
</style>
border-color css
<style>
span { border-color: #963A10; }
span { border-color: rgb(150,58,16); }
td.TdClassName
{
border-color: #963A10;
}
.TagClassName
{
border-color: #963A10;
}
</style>