Shades of Pale Brown #94795E
Tints of Pale Brown #94795E
RGB
CMYK
RGB Variations
Color information
#94795E (or 0x94795E) is known color: Pale Brown. HEX triplet: 94, 79 and 5E. RGB value is (148,121,94). Sum of RGB (Red+Green+Blue) = 148+121+94=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #94795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94795E is #6B86A1. Grayscale: #7E7E7E. Windows color (decimal): -7046818 or 6191508. OLE color: 6191508.
HSL color Cylindrical-coordinate representation of color #94795E: hue angle of 30º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94795E is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 121 | 94 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.42 |
| HSL | 30º | 0.22% | 0.47% | - |
| HSV(B) | 30º | 0.36% | 0.58% | - |
| XYZ | 21.07 | 20.78 | 13.49 | - |
| YUV | 126 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 121 | 94 | 0 | 0.18 | 0.36 | 0.42 | 30 | 0.22 | 0.47 |
| Hex | 94 | 79 | 5E | 0 | 12 | 24 | 2A | 1E | 16 | 2F |
| Octal | 224 | 171 | 136 | 0 | 22 | 44 | 52 | 36 | 26 | 57 |
| Binary | 10010100 | 1111001 | 1011110 | 0 | 10010 | 100100 | 101010 | 11110 | 10110 | 101111 |
Color Harmonies of #94795E
Complementary color
Monochromatic Colors of #94795E
Black with #94795E
Text Example
Text Example
White with #94795E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94795E; }
p { color: rgb(148,121,94); }
H1.HeaderClassName
{
color: #94795E;
}
.AnyTagClassName
{
color: #94795E;
}
</style>
background-color css
<style>
a { background-color: #94795E; }
a { background-color: rgb(148,121,94); }
div.DivClassName
{
background-color: #94795E;
}
.BgClassName
{
background-color: #94795E;
}
</style>
border-color css
<style>
span { border-color: #94795E; }
span { border-color: rgb(148,121,94); }
td.TdClassName
{
border-color: #94795E;
}
.TagClassName
{
border-color: #94795E;
}
</style>