Shades of Saddle Brown #963A02
Tints of Saddle Brown #963A02
RGB
CMYK
RGB Variations
Color information
#963A02 (or 0x963A02) is known color: Saddle Brown. HEX triplet: 96, 3A and 02. RGB value is (150,58,2). Sum of RGB (Red+Green+Blue) = 150+58+2=210 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.43% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 150 - color contains mainly: red. Hex color #963A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963A02 is #69C5FD. Grayscale: #4F4F4F. Windows color (decimal): -6931966 or 146070. OLE color: 146070.
HSL color Cylindrical-coordinate representation of color #963A02: hue angle of 22.7º 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 #963A02 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.41 |
| HSL | 22.7º | 0.97% | 0.3% | - |
| HSV(B) | 22.7º | 0.99% | 0.59% | - |
| XYZ | 14.1 | 9.51 | 1.15 | - |
| YUV | 79.12 | 84.48 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 2 | 0 | 0.61 | 0.99 | 0.41 | 22.7 | 0.97 | 0.3 |
| Hex | 96 | 3A | 2 | 0 | 3D | 63 | 29 | 17 | 61 | 1E |
| Octal | 226 | 72 | 2 | 0 | 75 | 143 | 51 | 27 | 141 | 36 |
| Binary | 10010110 | 111010 | 10 | 0 | 111101 | 1100011 | 101001 | 10111 | 1100001 | 11110 |
Color Harmonies of #963A02
Complementary color
Monochromatic Colors of #963A02
Black with #963A02
Text Example
Text Example
White with #963A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A02; }
p { color: rgb(150,58,2); }
H1.HeaderClassName
{
color: #963A02;
}
.AnyTagClassName
{
color: #963A02;
}
</style>
background-color css
<style>
a { background-color: #963A02; }
a { background-color: rgb(150,58,2); }
div.DivClassName
{
background-color: #963A02;
}
.BgClassName
{
background-color: #963A02;
}
</style>
border-color css
<style>
span { border-color: #963A02; }
span { border-color: rgb(150,58,2); }
td.TdClassName
{
border-color: #963A02;
}
.TagClassName
{
border-color: #963A02;
}
</style>