Shades of Saddle Brown #963A0D
Tints of Saddle Brown #963A0D
RGB
CMYK
RGB Variations
Color information
#963A0D (or 0x963A0D) is known color: Saddle Brown. HEX triplet: 96, 3A and 0D. RGB value is (150,58,13). Sum of RGB (Red+Green+Blue) = 150+58+13=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #963A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963A0D is #69C5F2. Grayscale: #505050. Windows color (decimal): -6931955 or 866966. OLE color: 866966.
HSL color Cylindrical-coordinate representation of color #963A0D: hue angle of 19.71º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #963A0D is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 13 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.41 |
| HSL | 19.71º | 0.84% | 0.32% | - |
| HSV(B) | 19.71º | 0.91% | 0.59% | - |
| XYZ | 14.16 | 9.54 | 1.48 | - |
| YUV | 80.38 | 89.98 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 13 | 0 | 0.61 | 0.91 | 0.41 | 19.71 | 0.84 | 0.32 |
| Hex | 96 | 3A | D | 0 | 3D | 5B | 29 | 14 | 54 | 20 |
| Octal | 226 | 72 | 15 | 0 | 75 | 133 | 51 | 24 | 124 | 40 |
| Binary | 10010110 | 111010 | 1101 | 0 | 111101 | 1011011 | 101001 | 10100 | 1010100 | 100000 |
Color Harmonies of #963A0D
Complementary color
Monochromatic Colors of #963A0D
Black with #963A0D
Text Example
Text Example
White with #963A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A0D; }
p { color: rgb(150,58,13); }
H1.HeaderClassName
{
color: #963A0D;
}
.AnyTagClassName
{
color: #963A0D;
}
</style>
background-color css
<style>
a { background-color: #963A0D; }
a { background-color: rgb(150,58,13); }
div.DivClassName
{
background-color: #963A0D;
}
.BgClassName
{
background-color: #963A0D;
}
</style>
border-color css
<style>
span { border-color: #963A0D; }
span { border-color: rgb(150,58,13); }
td.TdClassName
{
border-color: #963A0D;
}
.TagClassName
{
border-color: #963A0D;
}
</style>