Shades of Pale Brown #9F7652
Tints of Pale Brown #9F7652
RGB
CMYK
RGB Variations
Color information
#9F7652 (or 0x9F7652) is known color: Pale Brown. HEX triplet: 9F, 76 and 52. RGB value is (159,118,82). Sum of RGB (Red+Green+Blue) = 159+118+82=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7652 is #6089AD. Grayscale: #7E7E7E. Windows color (decimal): -6326702 or 5404319. OLE color: 5404319.
HSL color Cylindrical-coordinate representation of color #9F7652: hue angle of 28.05º 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 #9F7652 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 118 | 82 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.38 |
| HSL | 28.05º | 0.32% | 0.47% | - |
| HSV(B) | 28.05º | 0.48% | 0.62% | - |
| XYZ | 22.3 | 20.94 | 10.85 | - |
| YUV | 126.16 | 103.08 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 82 | 0 | 0.26 | 0.48 | 0.38 | 28.05 | 0.32 | 0.47 |
| Hex | 9F | 76 | 52 | 0 | 1A | 30 | 26 | 1C | 20 | 2F |
| Octal | 237 | 166 | 122 | 0 | 32 | 60 | 46 | 34 | 40 | 57 |
| Binary | 10011111 | 1110110 | 1010010 | 0 | 11010 | 110000 | 100110 | 11100 | 100000 | 101111 |
Color Harmonies of #9F7652
Complementary color
Monochromatic Colors of #9F7652
Black with #9F7652
Text Example
Text Example
White with #9F7652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7652; }
p { color: rgb(159,118,82); }
H1.HeaderClassName
{
color: #9F7652;
}
.AnyTagClassName
{
color: #9F7652;
}
</style>
background-color css
<style>
a { background-color: #9F7652; }
a { background-color: rgb(159,118,82); }
div.DivClassName
{
background-color: #9F7652;
}
.BgClassName
{
background-color: #9F7652;
}
</style>
border-color css
<style>
span { border-color: #9F7652; }
span { border-color: rgb(159,118,82); }
td.TdClassName
{
border-color: #9F7652;
}
.TagClassName
{
border-color: #9F7652;
}
</style>