Shades of Saddle Brown #944814
Tints of Saddle Brown #944814
RGB
CMYK
RGB Variations
Color information
#944814 (or 0x944814) is known color: Saddle Brown. HEX triplet: 94, 48 and 14. RGB value is (148,72,20). Sum of RGB (Red+Green+Blue) = 148+72+20=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #944814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944814 is #6BB7EB. Grayscale: #595959. Windows color (decimal): -7059436 or 1329300. OLE color: 1329300.
HSL color Cylindrical-coordinate representation of color #944814: hue angle of 24.38º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #944814 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 72 | 20 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.42 |
| HSL | 24.38º | 0.76% | 0.33% | - |
| HSV(B) | 24.38º | 0.86% | 0.58% | - |
| XYZ | 14.66 | 10.98 | 2.01 | - |
| YUV | 88.8 | 89.18 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 72 | 20 | 0 | 0.51 | 0.86 | 0.42 | 24.38 | 0.76 | 0.33 |
| Hex | 94 | 48 | 14 | 0 | 33 | 56 | 2A | 18 | 4C | 21 |
| Octal | 224 | 110 | 24 | 0 | 63 | 126 | 52 | 30 | 114 | 41 |
| Binary | 10010100 | 1001000 | 10100 | 0 | 110011 | 1010110 | 101010 | 11000 | 1001100 | 100001 |
Color Harmonies of #944814
Complementary color
Monochromatic Colors of #944814
Black with #944814
Text Example
Text Example
White with #944814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944814; }
p { color: rgb(148,72,20); }
H1.HeaderClassName
{
color: #944814;
}
.AnyTagClassName
{
color: #944814;
}
</style>
background-color css
<style>
a { background-color: #944814; }
a { background-color: rgb(148,72,20); }
div.DivClassName
{
background-color: #944814;
}
.BgClassName
{
background-color: #944814;
}
</style>
border-color css
<style>
span { border-color: #944814; }
span { border-color: rgb(148,72,20); }
td.TdClassName
{
border-color: #944814;
}
.TagClassName
{
border-color: #944814;
}
</style>