Shades of Pale Brown #94784A
Tints of Pale Brown #94784A
RGB
CMYK
RGB Variations
Color information
#94784A (or 0x94784A) is known color: Pale Brown. HEX triplet: 94, 78 and 4A. RGB value is (148,120,74). Sum of RGB (Red+Green+Blue) = 148+120+74=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #94784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94784A is #6B87B5. Grayscale: #7B7B7B. Windows color (decimal): -7047094 or 4880532. OLE color: 4880532.
HSL color Cylindrical-coordinate representation of color #94784A: hue angle of 37.3º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94784A is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 120 | 74 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.42 |
| HSL | 37.3º | 0.33% | 0.44% | - |
| HSV(B) | 37.3º | 0.5% | 0.58% | - |
| XYZ | 20.17 | 20.22 | 9.32 | - |
| YUV | 123.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 120 | 74 | 0 | 0.19 | 0.50 | 0.42 | 37.3 | 0.33 | 0.44 |
| Hex | 94 | 78 | 4A | 0 | 13 | 32 | 2A | 25 | 21 | 2C |
| Octal | 224 | 170 | 112 | 0 | 23 | 62 | 52 | 45 | 41 | 54 |
| Binary | 10010100 | 1111000 | 1001010 | 0 | 10011 | 110010 | 101010 | 100101 | 100001 | 101100 |
Color Harmonies of #94784A
Complementary color
Monochromatic Colors of #94784A
Black with #94784A
Text Example
Text Example
White with #94784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94784A; }
p { color: rgb(148,120,74); }
H1.HeaderClassName
{
color: #94784A;
}
.AnyTagClassName
{
color: #94784A;
}
</style>
background-color css
<style>
a { background-color: #94784A; }
a { background-color: rgb(148,120,74); }
div.DivClassName
{
background-color: #94784A;
}
.BgClassName
{
background-color: #94784A;
}
</style>
border-color css
<style>
span { border-color: #94784A; }
span { border-color: rgb(148,120,74); }
td.TdClassName
{
border-color: #94784A;
}
.TagClassName
{
border-color: #94784A;
}
</style>