Shades of Saddle Brown #965019
Tints of Saddle Brown #965019
RGB
CMYK
RGB Variations
Color information
#965019 (or 0x965019) is known color: Saddle Brown. HEX triplet: 96, 50 and 19. RGB value is (150,80,25). Sum of RGB (Red+Green+Blue) = 150+80+25=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #965019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965019 is #69AFE6. Grayscale: #5E5E5E. Windows color (decimal): -6926311 or 1659030. OLE color: 1659030.
HSL color Cylindrical-coordinate representation of color #965019: hue angle of 26.4º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #965019 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 80 | 25 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.41 |
| HSL | 26.4º | 0.71% | 0.34% | - |
| HSV(B) | 26.4º | 0.83% | 0.59% | - |
| XYZ | 15.62 | 12.29 | 2.47 | - |
| YUV | 94.66 | 88.69 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 25 | 0 | 0.47 | 0.83 | 0.41 | 26.4 | 0.71 | 0.34 |
| Hex | 96 | 50 | 19 | 0 | 2F | 53 | 29 | 1A | 47 | 22 |
| Octal | 226 | 120 | 31 | 0 | 57 | 123 | 51 | 32 | 107 | 42 |
| Binary | 10010110 | 1010000 | 11001 | 0 | 101111 | 1010011 | 101001 | 11010 | 1000111 | 100010 |
Color Harmonies of #965019
Complementary color
Monochromatic Colors of #965019
Black with #965019
Text Example
Text Example
White with #965019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965019; }
p { color: rgb(150,80,25); }
H1.HeaderClassName
{
color: #965019;
}
.AnyTagClassName
{
color: #965019;
}
</style>
background-color css
<style>
a { background-color: #965019; }
a { background-color: rgb(150,80,25); }
div.DivClassName
{
background-color: #965019;
}
.BgClassName
{
background-color: #965019;
}
</style>
border-color css
<style>
span { border-color: #965019; }
span { border-color: rgb(150,80,25); }
td.TdClassName
{
border-color: #965019;
}
.TagClassName
{
border-color: #965019;
}
</style>