Shades of Pale Brown #9E7851
Tints of Pale Brown #9E7851
RGB
CMYK
RGB Variations
Color information
#9E7851 (or 0x9E7851) is known color: Pale Brown. HEX triplet: 9E, 78 and 51. RGB value is (158,120,81). Sum of RGB (Red+Green+Blue) = 158+120+81=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7851 is #6187AE. Grayscale: #7F7F7F. Windows color (decimal): -6391727 or 5339294. OLE color: 5339294.
HSL color Cylindrical-coordinate representation of color #9E7851: hue angle of 30.39º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E7851 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 120 | 81 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.38 |
| HSL | 30.39º | 0.32% | 0.47% | - |
| HSV(B) | 30.39º | 0.49% | 0.62% | - |
| XYZ | 22.3 | 21.3 | 10.72 | - |
| YUV | 126.92 | 102.09 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 120 | 81 | 0 | 0.24 | 0.49 | 0.38 | 30.39 | 0.32 | 0.47 |
| Hex | 9E | 78 | 51 | 0 | 18 | 31 | 26 | 1E | 20 | 2F |
| Octal | 236 | 170 | 121 | 0 | 30 | 61 | 46 | 36 | 40 | 57 |
| Binary | 10011110 | 1111000 | 1010001 | 0 | 11000 | 110001 | 100110 | 11110 | 100000 | 101111 |
Color Harmonies of #9E7851
Complementary color
Monochromatic Colors of #9E7851
Black with #9E7851
Text Example
Text Example
White with #9E7851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7851; }
p { color: rgb(158,120,81); }
H1.HeaderClassName
{
color: #9E7851;
}
.AnyTagClassName
{
color: #9E7851;
}
</style>
background-color css
<style>
a { background-color: #9E7851; }
a { background-color: rgb(158,120,81); }
div.DivClassName
{
background-color: #9E7851;
}
.BgClassName
{
background-color: #9E7851;
}
</style>
border-color css
<style>
span { border-color: #9E7851; }
span { border-color: rgb(158,120,81); }
td.TdClassName
{
border-color: #9E7851;
}
.TagClassName
{
border-color: #9E7851;
}
</style>