Shades of Saddle Brown #963D14
Tints of Saddle Brown #963D14
RGB
CMYK
RGB Variations
Color information
#963D14 (or 0x963D14) is known color: Saddle Brown. HEX triplet: 96, 3D and 14. RGB value is (150,61,20). Sum of RGB (Red+Green+Blue) = 150+61+20=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #963D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963D14 is #69C2EB. Grayscale: #535353. Windows color (decimal): -6931180 or 1326486. OLE color: 1326486.
HSL color Cylindrical-coordinate representation of color #963D14: hue angle of 18.92º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #963D14 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 61 | 20 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.41 |
| HSL | 18.92º | 0.76% | 0.33% | - |
| HSV(B) | 18.92º | 0.87% | 0.59% | - |
| XYZ | 14.37 | 9.87 | 1.81 | - |
| YUV | 82.94 | 92.49 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 20 | 0 | 0.59 | 0.87 | 0.41 | 18.92 | 0.76 | 0.33 |
| Hex | 96 | 3D | 14 | 0 | 3B | 57 | 29 | 13 | 4C | 21 |
| Octal | 226 | 75 | 24 | 0 | 73 | 127 | 51 | 23 | 114 | 41 |
| Binary | 10010110 | 111101 | 10100 | 0 | 111011 | 1010111 | 101001 | 10011 | 1001100 | 100001 |
Color Harmonies of #963D14
Complementary color
Monochromatic Colors of #963D14
Black with #963D14
Text Example
Text Example
White with #963D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963D14; }
p { color: rgb(150,61,20); }
H1.HeaderClassName
{
color: #963D14;
}
.AnyTagClassName
{
color: #963D14;
}
</style>
background-color css
<style>
a { background-color: #963D14; }
a { background-color: rgb(150,61,20); }
div.DivClassName
{
background-color: #963D14;
}
.BgClassName
{
background-color: #963D14;
}
</style>
border-color css
<style>
span { border-color: #963D14; }
span { border-color: rgb(150,61,20); }
td.TdClassName
{
border-color: #963D14;
}
.TagClassName
{
border-color: #963D14;
}
</style>