Shades of Pale Brown #94784E
Tints of Pale Brown #94784E
RGB
CMYK
RGB Variations
Color information
#94784E (or 0x94784E) is known color: Pale Brown. HEX triplet: 94, 78 and 4E. RGB value is (148,120,78). Sum of RGB (Red+Green+Blue) = 148+120+78=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #94784E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94784E is #6B87B1. Grayscale: #7B7B7B. Windows color (decimal): -7047090 or 5142676. OLE color: 5142676.
HSL color Cylindrical-coordinate representation of color #94784E: hue angle of 36º 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 #94784E is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 120 | 78 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.42 |
| HSL | 36º | 0.31% | 0.44% | - |
| HSV(B) | 36º | 0.47% | 0.58% | - |
| XYZ | 20.3 | 20.28 | 10.05 | - |
| YUV | 123.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 120 | 78 | 0 | 0.19 | 0.47 | 0.42 | 36 | 0.31 | 0.44 |
| Hex | 94 | 78 | 4E | 0 | 13 | 2F | 2A | 24 | 1F | 2C |
| Octal | 224 | 170 | 116 | 0 | 23 | 57 | 52 | 44 | 37 | 54 |
| Binary | 10010100 | 1111000 | 1001110 | 0 | 10011 | 101111 | 101010 | 100100 | 11111 | 101100 |
Color Harmonies of #94784E
Complementary color
Monochromatic Colors of #94784E
Black with #94784E
Text Example
Text Example
White with #94784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94784E; }
p { color: rgb(148,120,78); }
H1.HeaderClassName
{
color: #94784E;
}
.AnyTagClassName
{
color: #94784E;
}
</style>
background-color css
<style>
a { background-color: #94784E; }
a { background-color: rgb(148,120,78); }
div.DivClassName
{
background-color: #94784E;
}
.BgClassName
{
background-color: #94784E;
}
</style>
border-color css
<style>
span { border-color: #94784E; }
span { border-color: rgb(148,120,78); }
td.TdClassName
{
border-color: #94784E;
}
.TagClassName
{
border-color: #94784E;
}
</style>