Shades of Pale Brown #94784D
Tints of Pale Brown #94784D
RGB
CMYK
RGB Variations
Color information
#94784D (or 0x94784D) is known color: Pale Brown. HEX triplet: 94, 78 and 4D. RGB value is (148,120,77). Sum of RGB (Red+Green+Blue) = 148+120+77=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #94784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94784D is #6B87B2. Grayscale: #7B7B7B. Windows color (decimal): -7047091 or 5077140. OLE color: 5077140.
HSL color Cylindrical-coordinate representation of color #94784D: hue angle of 36.34º 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 #94784D is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 120 | 77 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.42 |
| HSL | 36.34º | 0.32% | 0.44% | - |
| HSV(B) | 36.34º | 0.48% | 0.58% | - |
| XYZ | 20.27 | 20.26 | 9.86 | - |
| YUV | 123.47 | 101.78 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 120 | 77 | 0 | 0.19 | 0.48 | 0.42 | 36.34 | 0.32 | 0.44 |
| Hex | 94 | 78 | 4D | 0 | 13 | 30 | 2A | 24 | 20 | 2C |
| Octal | 224 | 170 | 115 | 0 | 23 | 60 | 52 | 44 | 40 | 54 |
| Binary | 10010100 | 1111000 | 1001101 | 0 | 10011 | 110000 | 101010 | 100100 | 100000 | 101100 |
Color Harmonies of #94784D
Complementary color
Monochromatic Colors of #94784D
Black with #94784D
Text Example
Text Example
White with #94784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94784D; }
p { color: rgb(148,120,77); }
H1.HeaderClassName
{
color: #94784D;
}
.AnyTagClassName
{
color: #94784D;
}
</style>
background-color css
<style>
a { background-color: #94784D; }
a { background-color: rgb(148,120,77); }
div.DivClassName
{
background-color: #94784D;
}
.BgClassName
{
background-color: #94784D;
}
</style>
border-color css
<style>
span { border-color: #94784D; }
span { border-color: rgb(148,120,77); }
td.TdClassName
{
border-color: #94784D;
}
.TagClassName
{
border-color: #94784D;
}
</style>