Shades of Saddle Brown #944919
Tints of Saddle Brown #944919
RGB
CMYK
RGB Variations
Color information
#944919 (or 0x944919) is known color: Saddle Brown. HEX triplet: 94, 49 and 19. RGB value is (148,73,25). Sum of RGB (Red+Green+Blue) = 148+73+25=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #944919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944919 is #6BB6E6. Grayscale: #5A5A5A. Windows color (decimal): -7059175 or 1657236. OLE color: 1657236.
HSL color Cylindrical-coordinate representation of color #944919: hue angle of 23.41º 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 #944919 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 73 | 25 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.42 |
| HSL | 23.41º | 0.71% | 0.34% | - |
| HSV(B) | 23.41º | 0.83% | 0.58% | - |
| XYZ | 14.77 | 11.13 | 2.29 | - |
| YUV | 89.95 | 91.35 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 25 | 0 | 0.51 | 0.83 | 0.42 | 23.41 | 0.71 | 0.34 |
| Hex | 94 | 49 | 19 | 0 | 33 | 53 | 2A | 17 | 47 | 22 |
| Octal | 224 | 111 | 31 | 0 | 63 | 123 | 52 | 27 | 107 | 42 |
| Binary | 10010100 | 1001001 | 11001 | 0 | 110011 | 1010011 | 101010 | 10111 | 1000111 | 100010 |
Color Harmonies of #944919
Complementary color
Monochromatic Colors of #944919
Black with #944919
Text Example
Text Example
White with #944919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944919; }
p { color: rgb(148,73,25); }
H1.HeaderClassName
{
color: #944919;
}
.AnyTagClassName
{
color: #944919;
}
</style>
background-color css
<style>
a { background-color: #944919; }
a { background-color: rgb(148,73,25); }
div.DivClassName
{
background-color: #944919;
}
.BgClassName
{
background-color: #944919;
}
</style>
border-color css
<style>
span { border-color: #944919; }
span { border-color: rgb(148,73,25); }
td.TdClassName
{
border-color: #944919;
}
.TagClassName
{
border-color: #944919;
}
</style>