Shades of Saddle Brown #944019
Tints of Saddle Brown #944019
RGB
CMYK
RGB Variations
Color information
#944019 (or 0x944019) is known color: Saddle Brown. HEX triplet: 94, 40 and 19. RGB value is (148,64,25). Sum of RGB (Red+Green+Blue) = 148+64+25=237 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.45% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 148 - color contains mainly: red. Hex color #944019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944019 is #6BBFE6. Grayscale: #545454. Windows color (decimal): -7061479 or 1654932. OLE color: 1654932.
HSL color Cylindrical-coordinate representation of color #944019: hue angle of 19.02º 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 #944019 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 25 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.42 |
| HSL | 19.02º | 0.71% | 0.34% | - |
| HSV(B) | 19.02º | 0.83% | 0.58% | - |
| XYZ | 14.22 | 10.03 | 2.11 | - |
| YUV | 84.67 | 94.33 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 25 | 0 | 0.57 | 0.83 | 0.42 | 19.02 | 0.71 | 0.34 |
| Hex | 94 | 40 | 19 | 0 | 39 | 53 | 2A | 13 | 47 | 22 |
| Octal | 224 | 100 | 31 | 0 | 71 | 123 | 52 | 23 | 107 | 42 |
| Binary | 10010100 | 1000000 | 11001 | 0 | 111001 | 1010011 | 101010 | 10011 | 1000111 | 100010 |
Color Harmonies of #944019
Complementary color
Monochromatic Colors of #944019
Black with #944019
Text Example
Text Example
White with #944019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944019; }
p { color: rgb(148,64,25); }
H1.HeaderClassName
{
color: #944019;
}
.AnyTagClassName
{
color: #944019;
}
</style>
background-color css
<style>
a { background-color: #944019; }
a { background-color: rgb(148,64,25); }
div.DivClassName
{
background-color: #944019;
}
.BgClassName
{
background-color: #944019;
}
</style>
border-color css
<style>
span { border-color: #944019; }
span { border-color: rgb(148,64,25); }
td.TdClassName
{
border-color: #944019;
}
.TagClassName
{
border-color: #944019;
}
</style>