Shades of Pale Brown #9E754B
Tints of Pale Brown #9E754B
RGB
CMYK
RGB Variations
Color information
#9E754B (or 0x9E754B) is known color: Pale Brown. HEX triplet: 9E, 75 and 4B. RGB value is (158,117,75). Sum of RGB (Red+Green+Blue) = 158+117+75=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 158 - color contains mainly: red. Hex color #9E754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E754B is #618AB4. Grayscale: #7C7C7C. Windows color (decimal): -6392501 or 4945310. OLE color: 4945310.
HSL color Cylindrical-coordinate representation of color #9E754B: hue angle of 30.36º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E754B is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 117 | 75 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.38 |
| HSL | 30.36º | 0.36% | 0.46% | - |
| HSV(B) | 30.36º | 0.53% | 0.62% | - |
| XYZ | 21.73 | 20.5 | 9.47 | - |
| YUV | 124.47 | 100.08 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 117 | 75 | 0 | 0.26 | 0.53 | 0.38 | 30.36 | 0.36 | 0.46 |
| Hex | 9E | 75 | 4B | 0 | 1A | 35 | 26 | 1E | 24 | 2E |
| Octal | 236 | 165 | 113 | 0 | 32 | 65 | 46 | 36 | 44 | 56 |
| Binary | 10011110 | 1110101 | 1001011 | 0 | 11010 | 110101 | 100110 | 11110 | 100100 | 101110 |
Color Harmonies of #9E754B
Complementary color
Monochromatic Colors of #9E754B
Black with #9E754B
Text Example
Text Example
White with #9E754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E754B; }
p { color: rgb(158,117,75); }
H1.HeaderClassName
{
color: #9E754B;
}
.AnyTagClassName
{
color: #9E754B;
}
</style>
background-color css
<style>
a { background-color: #9E754B; }
a { background-color: rgb(158,117,75); }
div.DivClassName
{
background-color: #9E754B;
}
.BgClassName
{
background-color: #9E754B;
}
</style>
border-color css
<style>
span { border-color: #9E754B; }
span { border-color: rgb(158,117,75); }
td.TdClassName
{
border-color: #9E754B;
}
.TagClassName
{
border-color: #9E754B;
}
</style>