Shades of Pale Brown #94704E
Tints of Pale Brown #94704E
RGB
CMYK
RGB Variations
Color information
#94704E (or 0x94704E) is known color: Pale Brown. HEX triplet: 94, 70 and 4E. RGB value is (148,112,78). Sum of RGB (Red+Green+Blue) = 148+112+78=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #94704E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94704E is #6B8FB1. Grayscale: #777777. Windows color (decimal): -7049138 or 5140628. OLE color: 5140628.
HSL color Cylindrical-coordinate representation of color #94704E: hue angle of 29.14º 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 #94704E is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 112 | 78 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.42 |
| HSL | 29.14º | 0.31% | 0.44% | - |
| HSV(B) | 29.14º | 0.47% | 0.58% | - |
| XYZ | 19.38 | 18.43 | 9.74 | - |
| YUV | 118.89 | 104.93 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 112 | 78 | 0 | 0.24 | 0.47 | 0.42 | 29.14 | 0.31 | 0.44 |
| Hex | 94 | 70 | 4E | 0 | 18 | 2F | 2A | 1D | 1F | 2C |
| Octal | 224 | 160 | 116 | 0 | 30 | 57 | 52 | 35 | 37 | 54 |
| Binary | 10010100 | 1110000 | 1001110 | 0 | 11000 | 101111 | 101010 | 11101 | 11111 | 101100 |
Color Harmonies of #94704E
Complementary color
Monochromatic Colors of #94704E
Black with #94704E
Text Example
Text Example
White with #94704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94704E; }
p { color: rgb(148,112,78); }
H1.HeaderClassName
{
color: #94704E;
}
.AnyTagClassName
{
color: #94704E;
}
</style>
background-color css
<style>
a { background-color: #94704E; }
a { background-color: rgb(148,112,78); }
div.DivClassName
{
background-color: #94704E;
}
.BgClassName
{
background-color: #94704E;
}
</style>
border-color css
<style>
span { border-color: #94704E; }
span { border-color: rgb(148,112,78); }
td.TdClassName
{
border-color: #94704E;
}
.TagClassName
{
border-color: #94704E;
}
</style>