Shades of Saddle Brown #963202
Tints of Saddle Brown #963202
RGB
CMYK
RGB Variations
Color information
#963202 (or 0x963202) is known color: Saddle Brown. HEX triplet: 96, 32 and 02. RGB value is (150,50,2). Sum of RGB (Red+Green+Blue) = 150+50+2=202 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.26% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 150 - color contains mainly: red. Hex color #963202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963202 is #69CDFD. Grayscale: #4A4A4A. Windows color (decimal): -6934014 or 144022. OLE color: 144022.
HSL color Cylindrical-coordinate representation of color #963202: hue angle of 19.46º degrees, saturation: 0.97, 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 #963202 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.41 |
| HSL | 19.46º | 0.97% | 0.3% | - |
| HSV(B) | 19.46º | 0.99% | 0.59% | - |
| XYZ | 13.73 | 8.77 | 1.03 | - |
| YUV | 74.43 | 87.13 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 2 | 0 | 0.67 | 0.99 | 0.41 | 19.46 | 0.97 | 0.3 |
| Hex | 96 | 32 | 2 | 0 | 43 | 63 | 29 | 13 | 61 | 1E |
| Octal | 226 | 62 | 2 | 0 | 103 | 143 | 51 | 23 | 141 | 36 |
| Binary | 10010110 | 110010 | 10 | 0 | 1000011 | 1100011 | 101001 | 10011 | 1100001 | 11110 |
Color Harmonies of #963202
Complementary color
Monochromatic Colors of #963202
Black with #963202
Text Example
Text Example
White with #963202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963202; }
p { color: rgb(150,50,2); }
H1.HeaderClassName
{
color: #963202;
}
.AnyTagClassName
{
color: #963202;
}
</style>
background-color css
<style>
a { background-color: #963202; }
a { background-color: rgb(150,50,2); }
div.DivClassName
{
background-color: #963202;
}
.BgClassName
{
background-color: #963202;
}
</style>
border-color css
<style>
span { border-color: #963202; }
span { border-color: rgb(150,50,2); }
td.TdClassName
{
border-color: #963202;
}
.TagClassName
{
border-color: #963202;
}
</style>