Shades of Saddle Brown #944610
Tints of Saddle Brown #944610
RGB
CMYK
RGB Variations
Color information
#944610 (or 0x944610) is known color: Saddle Brown. HEX triplet: 94, 46 and 10. RGB value is (148,70,16). Sum of RGB (Red+Green+Blue) = 148+70+16=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #944610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944610 is #6BB9EF. Grayscale: #575757. Windows color (decimal): -7059952 or 1066644. OLE color: 1066644.
HSL color Cylindrical-coordinate representation of color #944610: hue angle of 24.55º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #944610 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 70 | 16 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.42 |
| HSL | 24.55º | 0.8% | 0.32% | - |
| HSV(B) | 24.55º | 0.89% | 0.58% | - |
| XYZ | 14.5 | 10.71 | 1.79 | - |
| YUV | 87.17 | 87.84 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 70 | 16 | 0 | 0.53 | 0.89 | 0.42 | 24.55 | 0.8 | 0.32 |
| Hex | 94 | 46 | 10 | 0 | 35 | 59 | 2A | 19 | 50 | 20 |
| Octal | 224 | 106 | 20 | 0 | 65 | 131 | 52 | 31 | 120 | 40 |
| Binary | 10010100 | 1000110 | 10000 | 0 | 110101 | 1011001 | 101010 | 11001 | 1010000 | 100000 |
Color Harmonies of #944610
Complementary color
Monochromatic Colors of #944610
Black with #944610
Text Example
Text Example
White with #944610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944610; }
p { color: rgb(148,70,16); }
H1.HeaderClassName
{
color: #944610;
}
.AnyTagClassName
{
color: #944610;
}
</style>
background-color css
<style>
a { background-color: #944610; }
a { background-color: rgb(148,70,16); }
div.DivClassName
{
background-color: #944610;
}
.BgClassName
{
background-color: #944610;
}
</style>
border-color css
<style>
span { border-color: #944610; }
span { border-color: rgb(148,70,16); }
td.TdClassName
{
border-color: #944610;
}
.TagClassName
{
border-color: #944610;
}
</style>