Shades of Pale Brown #94754C
Tints of Pale Brown #94754C
RGB
CMYK
RGB Variations
Color information
#94754C (or 0x94754C) is known color: Pale Brown. HEX triplet: 94, 75 and 4C. RGB value is (148,117,76). Sum of RGB (Red+Green+Blue) = 148+117+76=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #94754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94754C is #6B8AB3. Grayscale: #797979. Windows color (decimal): -7047860 or 5010836. OLE color: 5010836.
HSL color Cylindrical-coordinate representation of color #94754C: hue angle of 34.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94754C is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 117 | 76 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.42 |
| HSL | 34.17º | 0.32% | 0.44% | - |
| HSV(B) | 34.17º | 0.49% | 0.58% | - |
| XYZ | 19.88 | 19.54 | 9.56 | - |
| YUV | 121.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 76 | 0 | 0.21 | 0.49 | 0.42 | 34.17 | 0.32 | 0.44 |
| Hex | 94 | 75 | 4C | 0 | 15 | 31 | 2A | 22 | 20 | 2C |
| Octal | 224 | 165 | 114 | 0 | 25 | 61 | 52 | 42 | 40 | 54 |
| Binary | 10010100 | 1110101 | 1001100 | 0 | 10101 | 110001 | 101010 | 100010 | 100000 | 101100 |
Color Harmonies of #94754C
Complementary color
Monochromatic Colors of #94754C
Black with #94754C
Text Example
Text Example
White with #94754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94754C; }
p { color: rgb(148,117,76); }
H1.HeaderClassName
{
color: #94754C;
}
.AnyTagClassName
{
color: #94754C;
}
</style>
background-color css
<style>
a { background-color: #94754C; }
a { background-color: rgb(148,117,76); }
div.DivClassName
{
background-color: #94754C;
}
.BgClassName
{
background-color: #94754C;
}
</style>
border-color css
<style>
span { border-color: #94754C; }
span { border-color: rgb(148,117,76); }
td.TdClassName
{
border-color: #94754C;
}
.TagClassName
{
border-color: #94754C;
}
</style>