Shades of Pale Brown #94774D
Tints of Pale Brown #94774D
RGB
CMYK
RGB Variations
Color information
#94774D (or 0x94774D) is known color: Pale Brown. HEX triplet: 94, 77 and 4D. RGB value is (148,119,77). Sum of RGB (Red+Green+Blue) = 148+119+77=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #94774D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94774D is #6B88B2. Grayscale: #7B7B7B. Windows color (decimal): -7047347 or 5076884. OLE color: 5076884.
HSL color Cylindrical-coordinate representation of color #94774D: hue angle of 35.49º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94774D is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 119 | 77 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.42 |
| HSL | 35.49º | 0.32% | 0.44% | - |
| HSV(B) | 35.49º | 0.48% | 0.58% | - |
| XYZ | 20.15 | 20.03 | 9.82 | - |
| YUV | 122.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 119 | 77 | 0 | 0.20 | 0.48 | 0.42 | 35.49 | 0.32 | 0.44 |
| Hex | 94 | 77 | 4D | 0 | 14 | 30 | 2A | 23 | 20 | 2C |
| Octal | 224 | 167 | 115 | 0 | 24 | 60 | 52 | 43 | 40 | 54 |
| Binary | 10010100 | 1110111 | 1001101 | 0 | 10100 | 110000 | 101010 | 100011 | 100000 | 101100 |
Color Harmonies of #94774D
Complementary color
Monochromatic Colors of #94774D
Black with #94774D
Text Example
Text Example
White with #94774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94774D; }
p { color: rgb(148,119,77); }
H1.HeaderClassName
{
color: #94774D;
}
.AnyTagClassName
{
color: #94774D;
}
</style>
background-color css
<style>
a { background-color: #94774D; }
a { background-color: rgb(148,119,77); }
div.DivClassName
{
background-color: #94774D;
}
.BgClassName
{
background-color: #94774D;
}
</style>
border-color css
<style>
span { border-color: #94774D; }
span { border-color: rgb(148,119,77); }
td.TdClassName
{
border-color: #94774D;
}
.TagClassName
{
border-color: #94774D;
}
</style>