Shades of Saddle Brown #962A01
Tints of Saddle Brown #962A01
RGB
CMYK
RGB Variations
Color information
#962A01 (or 0x962A01) is known color: Saddle Brown. HEX triplet: 96, 2A and 01. RGB value is (150,42,1). Sum of RGB (Red+Green+Blue) = 150+42+1=193 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.72% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 150 - color contains mainly: red. Hex color #962A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962A01 is #69D5FE. Grayscale: #454545. Windows color (decimal): -6936063 or 76438. OLE color: 76438.
HSL color Cylindrical-coordinate representation of color #962A01: hue angle of 16.51º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #962A01 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 42 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.41 |
| HSL | 16.51º | 0.99% | 0.3% | - |
| HSV(B) | 16.51º | 0.99% | 0.59% | - |
| XYZ | 13.41 | 8.14 | 0.89 | - |
| YUV | 69.62 | 89.28 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 1 | 0 | 0.72 | 0.99 | 0.41 | 16.51 | 0.99 | 0.3 |
| Hex | 96 | 2A | 1 | 0 | 48 | 63 | 29 | 11 | 63 | 1E |
| Octal | 226 | 52 | 1 | 0 | 110 | 143 | 51 | 21 | 143 | 36 |
| Binary | 10010110 | 101010 | 1 | 0 | 1001000 | 1100011 | 101001 | 10001 | 1100011 | 11110 |
Color Harmonies of #962A01
Complementary color
Monochromatic Colors of #962A01
Black with #962A01
Text Example
Text Example
White with #962A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962A01; }
p { color: rgb(150,42,1); }
H1.HeaderClassName
{
color: #962A01;
}
.AnyTagClassName
{
color: #962A01;
}
</style>
background-color css
<style>
a { background-color: #962A01; }
a { background-color: rgb(150,42,1); }
div.DivClassName
{
background-color: #962A01;
}
.BgClassName
{
background-color: #962A01;
}
</style>
border-color css
<style>
span { border-color: #962A01; }
span { border-color: rgb(150,42,1); }
td.TdClassName
{
border-color: #962A01;
}
.TagClassName
{
border-color: #962A01;
}
</style>