Shades of Saddle Brown #962803
Tints of Saddle Brown #962803
RGB
CMYK
RGB Variations
Color information
#962803 (or 0x962803) is known color: Saddle Brown. HEX triplet: 96, 28 and 03. RGB value is (150,40,3). Sum of RGB (Red+Green+Blue) = 150+40+3=193 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.72% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 150 - color contains mainly: red. Hex color #962803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962803 is #69D7FC. Grayscale: #444444. Windows color (decimal): -6936573 or 206998. OLE color: 206998.
HSL color Cylindrical-coordinate representation of color #962803: hue angle of 15.1º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #962803 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 3 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.41 |
| HSL | 15.1º | 0.96% | 0.3% | - |
| HSV(B) | 15.1º | 0.98% | 0.59% | - |
| XYZ | 13.35 | 8.01 | 0.93 | - |
| YUV | 68.67 | 90.94 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 3 | 0 | 0.73 | 0.98 | 0.41 | 15.1 | 0.96 | 0.3 |
| Hex | 96 | 28 | 3 | 0 | 49 | 62 | 29 | F | 60 | 1E |
| Octal | 226 | 50 | 3 | 0 | 111 | 142 | 51 | 17 | 140 | 36 |
| Binary | 10010110 | 101000 | 11 | 0 | 1001001 | 1100010 | 101001 | 1111 | 1100000 | 11110 |
Color Harmonies of #962803
Complementary color
Monochromatic Colors of #962803
Black with #962803
Text Example
Text Example
White with #962803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962803; }
p { color: rgb(150,40,3); }
H1.HeaderClassName
{
color: #962803;
}
.AnyTagClassName
{
color: #962803;
}
</style>
background-color css
<style>
a { background-color: #962803; }
a { background-color: rgb(150,40,3); }
div.DivClassName
{
background-color: #962803;
}
.BgClassName
{
background-color: #962803;
}
</style>
border-color css
<style>
span { border-color: #962803; }
span { border-color: rgb(150,40,3); }
td.TdClassName
{
border-color: #962803;
}
.TagClassName
{
border-color: #962803;
}
</style>