Shades of Pale Brown #9E785A
Tints of Pale Brown #9E785A
RGB
CMYK
RGB Variations
Color information
#9E785A (or 0x9E785A) is known color: Pale Brown. HEX triplet: 9E, 78 and 5A. RGB value is (158,120,90). Sum of RGB (Red+Green+Blue) = 158+120+90=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 158 - color contains mainly: red. Hex color #9E785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E785A is #6187A5. Grayscale: #808080. Windows color (decimal): -6391718 or 5929118. OLE color: 5929118.
HSL color Cylindrical-coordinate representation of color #9E785A: hue angle of 26.47º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E785A is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 120 | 90 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.38 |
| HSL | 26.47º | 0.27% | 0.49% | - |
| HSV(B) | 26.47º | 0.43% | 0.62% | - |
| XYZ | 22.66 | 21.44 | 12.62 | - |
| YUV | 127.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 120 | 90 | 0 | 0.24 | 0.43 | 0.38 | 26.47 | 0.27 | 0.49 |
| Hex | 9E | 78 | 5A | 0 | 18 | 2B | 26 | 1A | 1B | 31 |
| Octal | 236 | 170 | 132 | 0 | 30 | 53 | 46 | 32 | 33 | 61 |
| Binary | 10011110 | 1111000 | 1011010 | 0 | 11000 | 101011 | 100110 | 11010 | 11011 | 110001 |
Color Harmonies of #9E785A
Complementary color
Monochromatic Colors of #9E785A
Black with #9E785A
Text Example
Text Example
White with #9E785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E785A; }
p { color: rgb(158,120,90); }
H1.HeaderClassName
{
color: #9E785A;
}
.AnyTagClassName
{
color: #9E785A;
}
</style>
background-color css
<style>
a { background-color: #9E785A; }
a { background-color: rgb(158,120,90); }
div.DivClassName
{
background-color: #9E785A;
}
.BgClassName
{
background-color: #9E785A;
}
</style>
border-color css
<style>
span { border-color: #9E785A; }
span { border-color: rgb(158,120,90); }
td.TdClassName
{
border-color: #9E785A;
}
.TagClassName
{
border-color: #9E785A;
}
</style>