Shades of Pale Brown #94754E
Tints of Pale Brown #94754E
RGB
CMYK
RGB Variations
Color information
#94754E (or 0x94754E) is known color: Pale Brown. HEX triplet: 94, 75 and 4E. RGB value is (148,117,78). Sum of RGB (Red+Green+Blue) = 148+117+78=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #94754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94754E is #6B8AB1. Grayscale: #7A7A7A. Windows color (decimal): -7047858 or 5141908. OLE color: 5141908.
HSL color Cylindrical-coordinate representation of color #94754E: hue angle of 33.43º 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 #94754E is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 117 | 78 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.42 |
| HSL | 33.43º | 0.31% | 0.44% | - |
| HSV(B) | 33.43º | 0.47% | 0.58% | - |
| XYZ | 19.95 | 19.57 | 9.93 | - |
| YUV | 121.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 78 | 0 | 0.21 | 0.47 | 0.42 | 33.43 | 0.31 | 0.44 |
| Hex | 94 | 75 | 4E | 0 | 15 | 2F | 2A | 21 | 1F | 2C |
| Octal | 224 | 165 | 116 | 0 | 25 | 57 | 52 | 41 | 37 | 54 |
| Binary | 10010100 | 1110101 | 1001110 | 0 | 10101 | 101111 | 101010 | 100001 | 11111 | 101100 |
Color Harmonies of #94754E
Complementary color
Monochromatic Colors of #94754E
Black with #94754E
Text Example
Text Example
White with #94754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94754E; }
p { color: rgb(148,117,78); }
H1.HeaderClassName
{
color: #94754E;
}
.AnyTagClassName
{
color: #94754E;
}
</style>
background-color css
<style>
a { background-color: #94754E; }
a { background-color: rgb(148,117,78); }
div.DivClassName
{
background-color: #94754E;
}
.BgClassName
{
background-color: #94754E;
}
</style>
border-color css
<style>
span { border-color: #94754E; }
span { border-color: rgb(148,117,78); }
td.TdClassName
{
border-color: #94754E;
}
.TagClassName
{
border-color: #94754E;
}
</style>