Shades of Saddle Brown #962D09
Tints of Saddle Brown #962D09
RGB
CMYK
RGB Variations
Color information
#962D09 (or 0x962D09) is known color: Saddle Brown. HEX triplet: 96, 2D and 09. RGB value is (150,45,9). Sum of RGB (Red+Green+Blue) = 150+45+9=204 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.53% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 9 (3.91% from 255 or 4.41% from 204); Max value from RGB is 150 - color contains mainly: red. Hex color #962D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962D09 is #69D2F6. Grayscale: #484848. Windows color (decimal): -6935287 or 601494. OLE color: 601494.
HSL color Cylindrical-coordinate representation of color #962D09: hue angle of 15.32º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #962D09 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 45 | 9 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.41 |
| HSL | 15.32º | 0.89% | 0.31% | - |
| HSV(B) | 15.32º | 0.94% | 0.59% | - |
| XYZ | 13.57 | 8.38 | 1.16 | - |
| YUV | 72.29 | 92.29 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 9 | 0 | 0.70 | 0.94 | 0.41 | 15.32 | 0.89 | 0.31 |
| Hex | 96 | 2D | 9 | 0 | 46 | 5E | 29 | F | 59 | 1F |
| Octal | 226 | 55 | 11 | 0 | 106 | 136 | 51 | 17 | 131 | 37 |
| Binary | 10010110 | 101101 | 1001 | 0 | 1000110 | 1011110 | 101001 | 1111 | 1011001 | 11111 |
Color Harmonies of #962D09
Complementary color
Monochromatic Colors of #962D09
Black with #962D09
Text Example
Text Example
White with #962D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962D09; }
p { color: rgb(150,45,9); }
H1.HeaderClassName
{
color: #962D09;
}
.AnyTagClassName
{
color: #962D09;
}
</style>
background-color css
<style>
a { background-color: #962D09; }
a { background-color: rgb(150,45,9); }
div.DivClassName
{
background-color: #962D09;
}
.BgClassName
{
background-color: #962D09;
}
</style>
border-color css
<style>
span { border-color: #962D09; }
span { border-color: rgb(150,45,9); }
td.TdClassName
{
border-color: #962D09;
}
.TagClassName
{
border-color: #962D09;
}
</style>