Shades of Saddle Brown #963002
Tints of Saddle Brown #963002
RGB
CMYK
RGB Variations
Color information
#963002 (or 0x963002) is known color: Saddle Brown. HEX triplet: 96, 30 and 02. RGB value is (150,48,2). Sum of RGB (Red+Green+Blue) = 150+48+2=200 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 150 - color contains mainly: red. Hex color #963002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963002 is #69CFFD. Grayscale: #494949. Windows color (decimal): -6934526 or 143510. OLE color: 143510.
HSL color Cylindrical-coordinate representation of color #963002: hue angle of 18.65º 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 #963002 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 48 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.41 |
| HSL | 18.65º | 0.97% | 0.3% | - |
| HSV(B) | 18.65º | 0.99% | 0.59% | - |
| XYZ | 13.65 | 8.6 | 1 | - |
| YUV | 73.25 | 87.79 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 2 | 0 | 0.68 | 0.99 | 0.41 | 18.65 | 0.97 | 0.3 |
| Hex | 96 | 30 | 2 | 0 | 44 | 63 | 29 | 13 | 61 | 1E |
| Octal | 226 | 60 | 2 | 0 | 104 | 143 | 51 | 23 | 141 | 36 |
| Binary | 10010110 | 110000 | 10 | 0 | 1000100 | 1100011 | 101001 | 10011 | 1100001 | 11110 |
Color Harmonies of #963002
Complementary color
Monochromatic Colors of #963002
Black with #963002
Text Example
Text Example
White with #963002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963002; }
p { color: rgb(150,48,2); }
H1.HeaderClassName
{
color: #963002;
}
.AnyTagClassName
{
color: #963002;
}
</style>
background-color css
<style>
a { background-color: #963002; }
a { background-color: rgb(150,48,2); }
div.DivClassName
{
background-color: #963002;
}
.BgClassName
{
background-color: #963002;
}
</style>
border-color css
<style>
span { border-color: #963002; }
span { border-color: rgb(150,48,2); }
td.TdClassName
{
border-color: #963002;
}
.TagClassName
{
border-color: #963002;
}
</style>