Shades of Saddle Brown #963400
Tints of Saddle Brown #963400
RGB
CMYK
RGB Variations
Color information
#963400 (or 0x963400) is known color: Saddle Brown. HEX triplet: 96, 34 and 00. RGB value is (150,52,0). Sum of RGB (Red+Green+Blue) = 150+52+0=202 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.26% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 150 - color contains mainly: red. Hex color #963400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963400 is #69CBFF. Grayscale: #4B4B4B. Windows color (decimal): -6933504 or 13462. OLE color: 13462.
HSL color Cylindrical-coordinate representation of color #963400: hue angle of 20.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #963400 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.41 |
| HSL | 20.8º | 1% | 0.29% | - |
| HSV(B) | 20.8º | 1% | 0.59% | - |
| XYZ | 13.81 | 8.94 | 1 | - |
| YUV | 75.37 | 85.47 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 0 | 0 | 0.65 | 1 | 0.41 | 20.8 | 1 | 0.29 |
| Hex | 96 | 34 | 0 | 0 | 41 | 64 | 29 | 15 | 64 | 1D |
| Octal | 226 | 64 | 0 | 0 | 101 | 144 | 51 | 25 | 144 | 35 |
| Binary | 10010110 | 110100 | 0 | 0 | 1000001 | 1100100 | 101001 | 10101 | 1100100 | 11101 |
Color Harmonies of #963400
Complementary color
Monochromatic Colors of #963400
Black with #963400
Text Example
Text Example
White with #963400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963400; }
p { color: rgb(150,52,0); }
H1.HeaderClassName
{
color: #963400;
}
.AnyTagClassName
{
color: #963400;
}
</style>
background-color css
<style>
a { background-color: #963400; }
a { background-color: rgb(150,52,0); }
div.DivClassName
{
background-color: #963400;
}
.BgClassName
{
background-color: #963400;
}
</style>
border-color css
<style>
span { border-color: #963400; }
span { border-color: rgb(150,52,0); }
td.TdClassName
{
border-color: #963400;
}
.TagClassName
{
border-color: #963400;
}
</style>