Shades of Pale Brown #9E7448
Tints of Pale Brown #9E7448
RGB
CMYK
RGB Variations
Color information
#9E7448 (or 0x9E7448) is known color: Pale Brown. HEX triplet: 9E, 74 and 48. RGB value is (158,116,72). Sum of RGB (Red+Green+Blue) = 158+116+72=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7448 is #618BB7. Grayscale: #7B7B7B. Windows color (decimal): -6392760 or 4748446. OLE color: 4748446.
HSL color Cylindrical-coordinate representation of color #9E7448: hue angle of 30.7º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E7448 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 116 | 72 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.38 |
| HSL | 30.7º | 0.37% | 0.45% | - |
| HSV(B) | 30.7º | 0.54% | 0.62% | - |
| XYZ | 21.52 | 20.23 | 8.9 | - |
| YUV | 123.54 | 98.91 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 116 | 72 | 0 | 0.27 | 0.54 | 0.38 | 30.7 | 0.37 | 0.45 |
| Hex | 9E | 74 | 48 | 0 | 1B | 36 | 26 | 1F | 25 | 2D |
| Octal | 236 | 164 | 110 | 0 | 33 | 66 | 46 | 37 | 45 | 55 |
| Binary | 10011110 | 1110100 | 1001000 | 0 | 11011 | 110110 | 100110 | 11111 | 100101 | 101101 |
Color Harmonies of #9E7448
Complementary color
Monochromatic Colors of #9E7448
Black with #9E7448
Text Example
Text Example
White with #9E7448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7448; }
p { color: rgb(158,116,72); }
H1.HeaderClassName
{
color: #9E7448;
}
.AnyTagClassName
{
color: #9E7448;
}
</style>
background-color css
<style>
a { background-color: #9E7448; }
a { background-color: rgb(158,116,72); }
div.DivClassName
{
background-color: #9E7448;
}
.BgClassName
{
background-color: #9E7448;
}
</style>
border-color css
<style>
span { border-color: #9E7448; }
span { border-color: rgb(158,116,72); }
td.TdClassName
{
border-color: #9E7448;
}
.TagClassName
{
border-color: #9E7448;
}
</style>