Shades of Saddle Brown #954019
Tints of Saddle Brown #954019
RGB
CMYK
RGB Variations
Color information
#954019 (or 0x954019) is known color: Saddle Brown. HEX triplet: 95, 40 and 19. RGB value is (149,64,25). Sum of RGB (Red+Green+Blue) = 149+64+25=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #954019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954019 is #6ABFE6. Grayscale: #555555. Windows color (decimal): -6995943 or 1654933. OLE color: 1654933.
HSL color Cylindrical-coordinate representation of color #954019: hue angle of 18.87º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #954019 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 25 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.42 |
| HSL | 18.87º | 0.71% | 0.34% | - |
| HSV(B) | 18.87º | 0.83% | 0.58% | - |
| XYZ | 14.4 | 10.13 | 2.12 | - |
| YUV | 84.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 25 | 0 | 0.57 | 0.83 | 0.42 | 18.87 | 0.71 | 0.34 |
| Hex | 95 | 40 | 19 | 0 | 39 | 53 | 2A | 13 | 47 | 22 |
| Octal | 225 | 100 | 31 | 0 | 71 | 123 | 52 | 23 | 107 | 42 |
| Binary | 10010101 | 1000000 | 11001 | 0 | 111001 | 1010011 | 101010 | 10011 | 1000111 | 100010 |
Color Harmonies of #954019
Complementary color
Monochromatic Colors of #954019
Black with #954019
Text Example
Text Example
White with #954019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954019; }
p { color: rgb(149,64,25); }
H1.HeaderClassName
{
color: #954019;
}
.AnyTagClassName
{
color: #954019;
}
</style>
background-color css
<style>
a { background-color: #954019; }
a { background-color: rgb(149,64,25); }
div.DivClassName
{
background-color: #954019;
}
.BgClassName
{
background-color: #954019;
}
</style>
border-color css
<style>
span { border-color: #954019; }
span { border-color: rgb(149,64,25); }
td.TdClassName
{
border-color: #954019;
}
.TagClassName
{
border-color: #954019;
}
</style>