Shades of Saddle Brown #963A03
Tints of Saddle Brown #963A03
RGB
CMYK
RGB Variations
Color information
#963A03 (or 0x963A03) is known color: Saddle Brown. HEX triplet: 96, 3A and 03. RGB value is (150,58,3). Sum of RGB (Red+Green+Blue) = 150+58+3=211 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.09% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 150 - color contains mainly: red. Hex color #963A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963A03 is #69C5FC. Grayscale: #4F4F4F. Windows color (decimal): -6931965 or 211606. OLE color: 211606.
HSL color Cylindrical-coordinate representation of color #963A03: hue angle of 22.45º 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 #963A03 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 3 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.41 |
| HSL | 22.45º | 0.96% | 0.3% | - |
| HSV(B) | 22.45º | 0.98% | 0.59% | - |
| XYZ | 14.11 | 9.52 | 1.18 | - |
| YUV | 79.24 | 84.98 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 3 | 0 | 0.61 | 0.98 | 0.41 | 22.45 | 0.96 | 0.3 |
| Hex | 96 | 3A | 3 | 0 | 3D | 62 | 29 | 16 | 60 | 1E |
| Octal | 226 | 72 | 3 | 0 | 75 | 142 | 51 | 26 | 140 | 36 |
| Binary | 10010110 | 111010 | 11 | 0 | 111101 | 1100010 | 101001 | 10110 | 1100000 | 11110 |
Color Harmonies of #963A03
Complementary color
Monochromatic Colors of #963A03
Black with #963A03
Text Example
Text Example
White with #963A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A03; }
p { color: rgb(150,58,3); }
H1.HeaderClassName
{
color: #963A03;
}
.AnyTagClassName
{
color: #963A03;
}
</style>
background-color css
<style>
a { background-color: #963A03; }
a { background-color: rgb(150,58,3); }
div.DivClassName
{
background-color: #963A03;
}
.BgClassName
{
background-color: #963A03;
}
</style>
border-color css
<style>
span { border-color: #963A03; }
span { border-color: rgb(150,58,3); }
td.TdClassName
{
border-color: #963A03;
}
.TagClassName
{
border-color: #963A03;
}
</style>