Shades of Saddle Brown #965415
Tints of Saddle Brown #965415
RGB
CMYK
RGB Variations
Color information
#965415 (or 0x965415) is known color: Saddle Brown. HEX triplet: 96, 54 and 15. RGB value is (150,84,21). Sum of RGB (Red+Green+Blue) = 150+84+21=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #965415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965415 is #69ABEA. Grayscale: #606060. Windows color (decimal): -6925291 or 1397910. OLE color: 1397910.
HSL color Cylindrical-coordinate representation of color #965415: hue angle of 29.3º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #965415 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 84 | 21 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.41 |
| HSL | 29.3º | 0.75% | 0.34% | - |
| HSV(B) | 29.3º | 0.86% | 0.59% | - |
| XYZ | 15.88 | 12.88 | 2.36 | - |
| YUV | 96.55 | 85.37 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 21 | 0 | 0.44 | 0.86 | 0.41 | 29.3 | 0.75 | 0.34 |
| Hex | 96 | 54 | 15 | 0 | 2C | 56 | 29 | 1D | 4B | 22 |
| Octal | 226 | 124 | 25 | 0 | 54 | 126 | 51 | 35 | 113 | 42 |
| Binary | 10010110 | 1010100 | 10101 | 0 | 101100 | 1010110 | 101001 | 11101 | 1001011 | 100010 |
Color Harmonies of #965415
Complementary color
Monochromatic Colors of #965415
Black with #965415
Text Example
Text Example
White with #965415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965415; }
p { color: rgb(150,84,21); }
H1.HeaderClassName
{
color: #965415;
}
.AnyTagClassName
{
color: #965415;
}
</style>
background-color css
<style>
a { background-color: #965415; }
a { background-color: rgb(150,84,21); }
div.DivClassName
{
background-color: #965415;
}
.BgClassName
{
background-color: #965415;
}
</style>
border-color css
<style>
span { border-color: #965415; }
span { border-color: rgb(150,84,21); }
td.TdClassName
{
border-color: #965415;
}
.TagClassName
{
border-color: #965415;
}
</style>