Shades of Pale Brown #9E7652
Tints of Pale Brown #9E7652
RGB
CMYK
RGB Variations
Color information
#9E7652 (or 0x9E7652) is known color: Pale Brown. HEX triplet: 9E, 76 and 52. RGB value is (158,118,82). Sum of RGB (Red+Green+Blue) = 158+118+82=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7652 is #6189AD. Grayscale: #7E7E7E. Windows color (decimal): -6392238 or 5404318. OLE color: 5404318.
HSL color Cylindrical-coordinate representation of color #9E7652: hue angle of 28.42º 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 #9E7652 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 118 | 82 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.38 |
| HSL | 28.42º | 0.32% | 0.47% | - |
| HSV(B) | 28.42º | 0.48% | 0.62% | - |
| XYZ | 22.1 | 20.84 | 10.84 | - |
| YUV | 125.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 118 | 82 | 0 | 0.25 | 0.48 | 0.38 | 28.42 | 0.32 | 0.47 |
| Hex | 9E | 76 | 52 | 0 | 19 | 30 | 26 | 1C | 20 | 2F |
| Octal | 236 | 166 | 122 | 0 | 31 | 60 | 46 | 34 | 40 | 57 |
| Binary | 10011110 | 1110110 | 1010010 | 0 | 11001 | 110000 | 100110 | 11100 | 100000 | 101111 |
Color Harmonies of #9E7652
Complementary color
Monochromatic Colors of #9E7652
Black with #9E7652
Text Example
Text Example
White with #9E7652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7652; }
p { color: rgb(158,118,82); }
H1.HeaderClassName
{
color: #9E7652;
}
.AnyTagClassName
{
color: #9E7652;
}
</style>
background-color css
<style>
a { background-color: #9E7652; }
a { background-color: rgb(158,118,82); }
div.DivClassName
{
background-color: #9E7652;
}
.BgClassName
{
background-color: #9E7652;
}
</style>
border-color css
<style>
span { border-color: #9E7652; }
span { border-color: rgb(158,118,82); }
td.TdClassName
{
border-color: #9E7652;
}
.TagClassName
{
border-color: #9E7652;
}
</style>