Shades of Saddle Brown #962C04
Tints of Saddle Brown #962C04
RGB
CMYK
RGB Variations
Color information
#962C04 (or 0x962C04) is known color: Saddle Brown. HEX triplet: 96, 2C and 04. RGB value is (150,44,4). Sum of RGB (Red+Green+Blue) = 150+44+4=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #962C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962C04 is #69D3FB. Grayscale: #474747. Windows color (decimal): -6935548 or 273558. OLE color: 273558.
HSL color Cylindrical-coordinate representation of color #962C04: hue angle of 16.44º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #962C04 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 4 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.41 |
| HSL | 16.44º | 0.95% | 0.3% | - |
| HSV(B) | 16.44º | 0.97% | 0.59% | - |
| XYZ | 13.5 | 8.29 | 1 | - |
| YUV | 71.13 | 90.12 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 4 | 0 | 0.71 | 0.97 | 0.41 | 16.44 | 0.95 | 0.3 |
| Hex | 96 | 2C | 4 | 0 | 47 | 61 | 29 | 10 | 5F | 1E |
| Octal | 226 | 54 | 4 | 0 | 107 | 141 | 51 | 20 | 137 | 36 |
| Binary | 10010110 | 101100 | 100 | 0 | 1000111 | 1100001 | 101001 | 10000 | 1011111 | 11110 |
Color Harmonies of #962C04
Complementary color
Monochromatic Colors of #962C04
Black with #962C04
Text Example
Text Example
White with #962C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C04; }
p { color: rgb(150,44,4); }
H1.HeaderClassName
{
color: #962C04;
}
.AnyTagClassName
{
color: #962C04;
}
</style>
background-color css
<style>
a { background-color: #962C04; }
a { background-color: rgb(150,44,4); }
div.DivClassName
{
background-color: #962C04;
}
.BgClassName
{
background-color: #962C04;
}
</style>
border-color css
<style>
span { border-color: #962C04; }
span { border-color: rgb(150,44,4); }
td.TdClassName
{
border-color: #962C04;
}
.TagClassName
{
border-color: #962C04;
}
</style>