Shades of Pale Brown #94744E
Tints of Pale Brown #94744E
RGB
CMYK
RGB Variations
Color information
#94744E (or 0x94744E) is known color: Pale Brown. HEX triplet: 94, 74 and 4E. RGB value is (148,116,78). Sum of RGB (Red+Green+Blue) = 148+116+78=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #94744E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94744E is #6B8BB1. Grayscale: #797979. Windows color (decimal): -7048114 or 5141652. OLE color: 5141652.
HSL color Cylindrical-coordinate representation of color #94744E: hue angle of 32.57º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94744E is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 116 | 78 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.42 |
| HSL | 32.57º | 0.31% | 0.44% | - |
| HSV(B) | 32.57º | 0.47% | 0.58% | - |
| XYZ | 19.83 | 19.34 | 9.89 | - |
| YUV | 121.24 | 103.6 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 116 | 78 | 0 | 0.22 | 0.47 | 0.42 | 32.57 | 0.31 | 0.44 |
| Hex | 94 | 74 | 4E | 0 | 16 | 2F | 2A | 21 | 1F | 2C |
| Octal | 224 | 164 | 116 | 0 | 26 | 57 | 52 | 41 | 37 | 54 |
| Binary | 10010100 | 1110100 | 1001110 | 0 | 10110 | 101111 | 101010 | 100001 | 11111 | 101100 |
Color Harmonies of #94744E
Complementary color
Monochromatic Colors of #94744E
Black with #94744E
Text Example
Text Example
White with #94744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94744E; }
p { color: rgb(148,116,78); }
H1.HeaderClassName
{
color: #94744E;
}
.AnyTagClassName
{
color: #94744E;
}
</style>
background-color css
<style>
a { background-color: #94744E; }
a { background-color: rgb(148,116,78); }
div.DivClassName
{
background-color: #94744E;
}
.BgClassName
{
background-color: #94744E;
}
</style>
border-color css
<style>
span { border-color: #94744E; }
span { border-color: rgb(148,116,78); }
td.TdClassName
{
border-color: #94744E;
}
.TagClassName
{
border-color: #94744E;
}
</style>