Shades of Saddle Brown #965105
Tints of Saddle Brown #965105
RGB
CMYK
RGB Variations
Color information
#965105 (or 0x965105) is known color: Saddle Brown. HEX triplet: 96, 51 and 05. RGB value is (150,81,5). Sum of RGB (Red+Green+Blue) = 150+81+5=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #965105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965105 is #69AEFA. Grayscale: #5D5D5D. Windows color (decimal): -6926075 or 348566. OLE color: 348566.
HSL color Cylindrical-coordinate representation of color #965105: hue angle of 31.45º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #965105 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 5 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.41 |
| HSL | 31.45º | 0.94% | 0.3% | - |
| HSV(B) | 31.45º | 0.97% | 0.59% | - |
| XYZ | 15.55 | 12.38 | 1.71 | - |
| YUV | 92.97 | 78.36 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 5 | 0 | 0.46 | 0.97 | 0.41 | 31.45 | 0.94 | 0.3 |
| Hex | 96 | 51 | 5 | 0 | 2E | 61 | 29 | 1F | 5E | 1E |
| Octal | 226 | 121 | 5 | 0 | 56 | 141 | 51 | 37 | 136 | 36 |
| Binary | 10010110 | 1010001 | 101 | 0 | 101110 | 1100001 | 101001 | 11111 | 1011110 | 11110 |
Color Harmonies of #965105
Complementary color
Monochromatic Colors of #965105
Black with #965105
Text Example
Text Example
White with #965105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965105; }
p { color: rgb(150,81,5); }
H1.HeaderClassName
{
color: #965105;
}
.AnyTagClassName
{
color: #965105;
}
</style>
background-color css
<style>
a { background-color: #965105; }
a { background-color: rgb(150,81,5); }
div.DivClassName
{
background-color: #965105;
}
.BgClassName
{
background-color: #965105;
}
</style>
border-color css
<style>
span { border-color: #965105; }
span { border-color: rgb(150,81,5); }
td.TdClassName
{
border-color: #965105;
}
.TagClassName
{
border-color: #965105;
}
</style>