Shades of Pale Brown #94764D
Tints of Pale Brown #94764D
RGB
CMYK
RGB Variations
Color information
#94764D (or 0x94764D) is known color: Pale Brown. HEX triplet: 94, 76 and 4D. RGB value is (148,118,77). Sum of RGB (Red+Green+Blue) = 148+118+77=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #94764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94764D is #6B89B2. Grayscale: #7A7A7A. Windows color (decimal): -7047603 or 5076628. OLE color: 5076628.
HSL color Cylindrical-coordinate representation of color #94764D: hue angle of 34.65º 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 #94764D is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 118 | 77 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.42 |
| HSL | 34.65º | 0.32% | 0.44% | - |
| HSV(B) | 34.65º | 0.48% | 0.58% | - |
| XYZ | 20.03 | 19.79 | 9.79 | - |
| YUV | 122.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 118 | 77 | 0 | 0.20 | 0.48 | 0.42 | 34.65 | 0.32 | 0.44 |
| Hex | 94 | 76 | 4D | 0 | 14 | 30 | 2A | 23 | 20 | 2C |
| Octal | 224 | 166 | 115 | 0 | 24 | 60 | 52 | 43 | 40 | 54 |
| Binary | 10010100 | 1110110 | 1001101 | 0 | 10100 | 110000 | 101010 | 100011 | 100000 | 101100 |
Color Harmonies of #94764D
Complementary color
Monochromatic Colors of #94764D
Black with #94764D
Text Example
Text Example
White with #94764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94764D; }
p { color: rgb(148,118,77); }
H1.HeaderClassName
{
color: #94764D;
}
.AnyTagClassName
{
color: #94764D;
}
</style>
background-color css
<style>
a { background-color: #94764D; }
a { background-color: rgb(148,118,77); }
div.DivClassName
{
background-color: #94764D;
}
.BgClassName
{
background-color: #94764D;
}
</style>
border-color css
<style>
span { border-color: #94764D; }
span { border-color: rgb(148,118,77); }
td.TdClassName
{
border-color: #94764D;
}
.TagClassName
{
border-color: #94764D;
}
</style>