Shades of Saddle Brown #944619
Tints of Saddle Brown #944619
RGB
CMYK
RGB Variations
Color information
#944619 (or 0x944619) is known color: Saddle Brown. HEX triplet: 94, 46 and 19. RGB value is (148,70,25). Sum of RGB (Red+Green+Blue) = 148+70+25=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #944619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944619 is #6BB9E6. Grayscale: #585858. Windows color (decimal): -7059943 or 1656468. OLE color: 1656468.
HSL color Cylindrical-coordinate representation of color #944619: hue angle of 21.95º 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 #944619 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 70 | 25 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.42 |
| HSL | 21.95º | 0.71% | 0.34% | - |
| HSV(B) | 21.95º | 0.83% | 0.58% | - |
| XYZ | 14.58 | 10.75 | 2.23 | - |
| YUV | 88.19 | 92.34 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 70 | 25 | 0 | 0.53 | 0.83 | 0.42 | 21.95 | 0.71 | 0.34 |
| Hex | 94 | 46 | 19 | 0 | 35 | 53 | 2A | 16 | 47 | 22 |
| Octal | 224 | 106 | 31 | 0 | 65 | 123 | 52 | 26 | 107 | 42 |
| Binary | 10010100 | 1000110 | 11001 | 0 | 110101 | 1010011 | 101010 | 10110 | 1000111 | 100010 |
Color Harmonies of #944619
Complementary color
Monochromatic Colors of #944619
Black with #944619
Text Example
Text Example
White with #944619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944619; }
p { color: rgb(148,70,25); }
H1.HeaderClassName
{
color: #944619;
}
.AnyTagClassName
{
color: #944619;
}
</style>
background-color css
<style>
a { background-color: #944619; }
a { background-color: rgb(148,70,25); }
div.DivClassName
{
background-color: #944619;
}
.BgClassName
{
background-color: #944619;
}
</style>
border-color css
<style>
span { border-color: #944619; }
span { border-color: rgb(148,70,25); }
td.TdClassName
{
border-color: #944619;
}
.TagClassName
{
border-color: #944619;
}
</style>