Shades of Pale Brown #94784B
Tints of Pale Brown #94784B
RGB
CMYK
RGB Variations
Color information
#94784B (or 0x94784B) is known color: Pale Brown. HEX triplet: 94, 78 and 4B. RGB value is (148,120,75). Sum of RGB (Red+Green+Blue) = 148+120+75=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #94784B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94784B is #6B87B4. Grayscale: #7B7B7B. Windows color (decimal): -7047093 or 4946068. OLE color: 4946068.
HSL color Cylindrical-coordinate representation of color #94784B: hue angle of 36.99º degrees, saturation: 0.33, 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 #94784B is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 120 | 75 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.42 |
| HSL | 36.99º | 0.33% | 0.44% | - |
| HSV(B) | 36.99º | 0.49% | 0.58% | - |
| XYZ | 20.2 | 20.24 | 9.5 | - |
| YUV | 123.24 | 100.78 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 120 | 75 | 0 | 0.19 | 0.49 | 0.42 | 36.99 | 0.33 | 0.44 |
| Hex | 94 | 78 | 4B | 0 | 13 | 31 | 2A | 25 | 21 | 2C |
| Octal | 224 | 170 | 113 | 0 | 23 | 61 | 52 | 45 | 41 | 54 |
| Binary | 10010100 | 1111000 | 1001011 | 0 | 10011 | 110001 | 101010 | 100101 | 100001 | 101100 |
Color Harmonies of #94784B
Complementary color
Monochromatic Colors of #94784B
Black with #94784B
Text Example
Text Example
White with #94784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94784B; }
p { color: rgb(148,120,75); }
H1.HeaderClassName
{
color: #94784B;
}
.AnyTagClassName
{
color: #94784B;
}
</style>
background-color css
<style>
a { background-color: #94784B; }
a { background-color: rgb(148,120,75); }
div.DivClassName
{
background-color: #94784B;
}
.BgClassName
{
background-color: #94784B;
}
</style>
border-color css
<style>
span { border-color: #94784B; }
span { border-color: rgb(148,120,75); }
td.TdClassName
{
border-color: #94784B;
}
.TagClassName
{
border-color: #94784B;
}
</style>