Shades of Saddle Brown #962904
Tints of Saddle Brown #962904
RGB
CMYK
RGB Variations
Color information
#962904 (or 0x962904) is known color: Saddle Brown. HEX triplet: 96, 29 and 04. RGB value is (150,41,4). Sum of RGB (Red+Green+Blue) = 150+41+4=195 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.92% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 150 - color contains mainly: red. Hex color #962904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962904 is #69D6FB. Grayscale: #454545. Windows color (decimal): -6936316 or 272790. OLE color: 272790.
HSL color Cylindrical-coordinate representation of color #962904: hue angle of 15.21º 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 #962904 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 41 | 4 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.41 |
| HSL | 15.21º | 0.95% | 0.3% | - |
| HSV(B) | 15.21º | 0.97% | 0.59% | - |
| XYZ | 13.39 | 8.08 | 0.97 | - |
| YUV | 69.37 | 91.11 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 41 | 4 | 0 | 0.73 | 0.97 | 0.41 | 15.21 | 0.95 | 0.3 |
| Hex | 96 | 29 | 4 | 0 | 49 | 61 | 29 | F | 5F | 1E |
| Octal | 226 | 51 | 4 | 0 | 111 | 141 | 51 | 17 | 137 | 36 |
| Binary | 10010110 | 101001 | 100 | 0 | 1001001 | 1100001 | 101001 | 1111 | 1011111 | 11110 |
Color Harmonies of #962904
Complementary color
Monochromatic Colors of #962904
Black with #962904
Text Example
Text Example
White with #962904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962904; }
p { color: rgb(150,41,4); }
H1.HeaderClassName
{
color: #962904;
}
.AnyTagClassName
{
color: #962904;
}
</style>
background-color css
<style>
a { background-color: #962904; }
a { background-color: rgb(150,41,4); }
div.DivClassName
{
background-color: #962904;
}
.BgClassName
{
background-color: #962904;
}
</style>
border-color css
<style>
span { border-color: #962904; }
span { border-color: rgb(150,41,4); }
td.TdClassName
{
border-color: #962904;
}
.TagClassName
{
border-color: #962904;
}
</style>