Shades of Saddle Brown #965017
Tints of Saddle Brown #965017
RGB
CMYK
RGB Variations
Color information
#965017 (or 0x965017) is known color: Saddle Brown. HEX triplet: 96, 50 and 17. RGB value is (150,80,23). Sum of RGB (Red+Green+Blue) = 150+80+23=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #965017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965017 is #69AFE8. Grayscale: #5E5E5E. Windows color (decimal): -6926313 or 1527958. OLE color: 1527958.
HSL color Cylindrical-coordinate representation of color #965017: hue angle of 26.93º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #965017 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 80 | 23 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.41 |
| HSL | 26.93º | 0.73% | 0.34% | - |
| HSV(B) | 26.93º | 0.85% | 0.59% | - |
| XYZ | 15.6 | 12.28 | 2.36 | - |
| YUV | 94.43 | 87.69 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 23 | 0 | 0.47 | 0.85 | 0.41 | 26.93 | 0.73 | 0.34 |
| Hex | 96 | 50 | 17 | 0 | 2F | 55 | 29 | 1B | 49 | 22 |
| Octal | 226 | 120 | 27 | 0 | 57 | 125 | 51 | 33 | 111 | 42 |
| Binary | 10010110 | 1010000 | 10111 | 0 | 101111 | 1010101 | 101001 | 11011 | 1001001 | 100010 |
Color Harmonies of #965017
Complementary color
Monochromatic Colors of #965017
Black with #965017
Text Example
Text Example
White with #965017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965017; }
p { color: rgb(150,80,23); }
H1.HeaderClassName
{
color: #965017;
}
.AnyTagClassName
{
color: #965017;
}
</style>
background-color css
<style>
a { background-color: #965017; }
a { background-color: rgb(150,80,23); }
div.DivClassName
{
background-color: #965017;
}
.BgClassName
{
background-color: #965017;
}
</style>
border-color css
<style>
span { border-color: #965017; }
span { border-color: rgb(150,80,23); }
td.TdClassName
{
border-color: #965017;
}
.TagClassName
{
border-color: #965017;
}
</style>