Shades of Pale Brown #9E7752
Tints of Pale Brown #9E7752
RGB
CMYK
RGB Variations
Color information
#9E7752 (or 0x9E7752) is known color: Pale Brown. HEX triplet: 9E, 77 and 52. RGB value is (158,119,82). Sum of RGB (Red+Green+Blue) = 158+119+82=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7752 is #6188AD. Grayscale: #7E7E7E. Windows color (decimal): -6391982 or 5404574. OLE color: 5404574.
HSL color Cylindrical-coordinate representation of color #9E7752: hue angle of 29.21º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E7752 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 119 | 82 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.38 |
| HSL | 29.21º | 0.32% | 0.47% | - |
| HSV(B) | 29.21º | 0.48% | 0.62% | - |
| XYZ | 22.22 | 21.07 | 10.88 | - |
| YUV | 126.44 | 102.92 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 119 | 82 | 0 | 0.25 | 0.48 | 0.38 | 29.21 | 0.32 | 0.47 |
| Hex | 9E | 77 | 52 | 0 | 19 | 30 | 26 | 1D | 20 | 2F |
| Octal | 236 | 167 | 122 | 0 | 31 | 60 | 46 | 35 | 40 | 57 |
| Binary | 10011110 | 1110111 | 1010010 | 0 | 11001 | 110000 | 100110 | 11101 | 100000 | 101111 |
Color Harmonies of #9E7752
Complementary color
Monochromatic Colors of #9E7752
Black with #9E7752
Text Example
Text Example
White with #9E7752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7752; }
p { color: rgb(158,119,82); }
H1.HeaderClassName
{
color: #9E7752;
}
.AnyTagClassName
{
color: #9E7752;
}
</style>
background-color css
<style>
a { background-color: #9E7752; }
a { background-color: rgb(158,119,82); }
div.DivClassName
{
background-color: #9E7752;
}
.BgClassName
{
background-color: #9E7752;
}
</style>
border-color css
<style>
span { border-color: #9E7752; }
span { border-color: rgb(158,119,82); }
td.TdClassName
{
border-color: #9E7752;
}
.TagClassName
{
border-color: #9E7752;
}
</style>