Shades of Pale Brown #9A7852
Tints of Pale Brown #9A7852
RGB
CMYK
RGB Variations
Color information
#9A7852 (or 0x9A7852) is known color: Pale Brown. HEX triplet: 9A, 78 and 52. RGB value is (154,120,82). Sum of RGB (Red+Green+Blue) = 154+120+82=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7852 is #6587AD. Grayscale: #7E7E7E. Windows color (decimal): -6653870 or 5404826. OLE color: 5404826.
HSL color Cylindrical-coordinate representation of color #9A7852: hue angle of 31.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A7852 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 120 | 82 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.40 |
| HSL | 31.67º | 0.31% | 0.46% | - |
| HSV(B) | 31.67º | 0.47% | 0.6% | - |
| XYZ | 21.57 | 20.91 | 10.88 | - |
| YUV | 125.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 120 | 82 | 0 | 0.22 | 0.47 | 0.40 | 31.67 | 0.31 | 0.46 |
| Hex | 9A | 78 | 52 | 0 | 16 | 2F | 28 | 20 | 1F | 2E |
| Octal | 232 | 170 | 122 | 0 | 26 | 57 | 50 | 40 | 37 | 56 |
| Binary | 10011010 | 1111000 | 1010010 | 0 | 10110 | 101111 | 101000 | 100000 | 11111 | 101110 |
Color Harmonies of #9A7852
Complementary color
Monochromatic Colors of #9A7852
Black with #9A7852
Text Example
Text Example
White with #9A7852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7852; }
p { color: rgb(154,120,82); }
H1.HeaderClassName
{
color: #9A7852;
}
.AnyTagClassName
{
color: #9A7852;
}
</style>
background-color css
<style>
a { background-color: #9A7852; }
a { background-color: rgb(154,120,82); }
div.DivClassName
{
background-color: #9A7852;
}
.BgClassName
{
background-color: #9A7852;
}
</style>
border-color css
<style>
span { border-color: #9A7852; }
span { border-color: rgb(154,120,82); }
td.TdClassName
{
border-color: #9A7852;
}
.TagClassName
{
border-color: #9A7852;
}
</style>