Shades of Saddle Brown #962C03
Tints of Saddle Brown #962C03
RGB
CMYK
RGB Variations
Color information
#962C03 (or 0x962C03) is known color: Saddle Brown. HEX triplet: 96, 2C and 03. RGB value is (150,44,3). Sum of RGB (Red+Green+Blue) = 150+44+3=197 (26% of max value = 765). Red value is 150 (58.98% from 255 or 76.14% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 150 - color contains mainly: red. Hex color #962C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962C03 is #69D3FC. Grayscale: #474747. Windows color (decimal): -6935549 or 208022. OLE color: 208022.
HSL color Cylindrical-coordinate representation of color #962C03: hue angle of 16.73º 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 #962C03 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 3 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.41 |
| HSL | 16.73º | 0.96% | 0.3% | - |
| HSV(B) | 16.73º | 0.98% | 0.59% | - |
| XYZ | 13.49 | 8.29 | 0.98 | - |
| YUV | 71.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 3 | 0 | 0.71 | 0.98 | 0.41 | 16.73 | 0.96 | 0.3 |
| Hex | 96 | 2C | 3 | 0 | 47 | 62 | 29 | 11 | 60 | 1E |
| Octal | 226 | 54 | 3 | 0 | 107 | 142 | 51 | 21 | 140 | 36 |
| Binary | 10010110 | 101100 | 11 | 0 | 1000111 | 1100010 | 101001 | 10001 | 1100000 | 11110 |
Color Harmonies of #962C03
Complementary color
Monochromatic Colors of #962C03
Black with #962C03
Text Example
Text Example
White with #962C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C03; }
p { color: rgb(150,44,3); }
H1.HeaderClassName
{
color: #962C03;
}
.AnyTagClassName
{
color: #962C03;
}
</style>
background-color css
<style>
a { background-color: #962C03; }
a { background-color: rgb(150,44,3); }
div.DivClassName
{
background-color: #962C03;
}
.BgClassName
{
background-color: #962C03;
}
</style>
border-color css
<style>
span { border-color: #962C03; }
span { border-color: rgb(150,44,3); }
td.TdClassName
{
border-color: #962C03;
}
.TagClassName
{
border-color: #962C03;
}
</style>