Shades of Pale Brown #94795D
Tints of Pale Brown #94795D
RGB
CMYK
RGB Variations
Color information
#94795D (or 0x94795D) is known color: Pale Brown. HEX triplet: 94, 79 and 5D. RGB value is (148,121,93). Sum of RGB (Red+Green+Blue) = 148+121+93=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #94795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94795D is #6B86A2. Grayscale: #7E7E7E. Windows color (decimal): -7046819 or 6125972. OLE color: 6125972.
HSL color Cylindrical-coordinate representation of color #94795D: hue angle of 30.55º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94795D is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 121 | 93 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.42 |
| HSL | 30.55º | 0.23% | 0.47% | - |
| HSV(B) | 30.55º | 0.37% | 0.58% | - |
| XYZ | 21.03 | 20.76 | 13.26 | - |
| YUV | 125.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 121 | 93 | 0 | 0.18 | 0.37 | 0.42 | 30.55 | 0.23 | 0.47 |
| Hex | 94 | 79 | 5D | 0 | 12 | 25 | 2A | 1F | 17 | 2F |
| Octal | 224 | 171 | 135 | 0 | 22 | 45 | 52 | 37 | 27 | 57 |
| Binary | 10010100 | 1111001 | 1011101 | 0 | 10010 | 100101 | 101010 | 11111 | 10111 | 101111 |
Color Harmonies of #94795D
Complementary color
Monochromatic Colors of #94795D
Black with #94795D
Text Example
Text Example
White with #94795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94795D; }
p { color: rgb(148,121,93); }
H1.HeaderClassName
{
color: #94795D;
}
.AnyTagClassName
{
color: #94795D;
}
</style>
background-color css
<style>
a { background-color: #94795D; }
a { background-color: rgb(148,121,93); }
div.DivClassName
{
background-color: #94795D;
}
.BgClassName
{
background-color: #94795D;
}
</style>
border-color css
<style>
span { border-color: #94795D; }
span { border-color: rgb(148,121,93); }
td.TdClassName
{
border-color: #94795D;
}
.TagClassName
{
border-color: #94795D;
}
</style>