Shades of Pale Brown #9C7A58
Tints of Pale Brown #9C7A58
RGB
CMYK
RGB Variations
Color information
#9C7A58 (or 0x9C7A58) is known color: Pale Brown. HEX triplet: 9C, 7A and 58. RGB value is (156,122,88). Sum of RGB (Red+Green+Blue) = 156+122+88=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7A58 is #6385A7. Grayscale: #808080. Windows color (decimal): -6522280 or 5798556. OLE color: 5798556.
HSL color Cylindrical-coordinate representation of color #9C7A58: hue angle of 30º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C7A58 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 122 | 88 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.39 |
| HSL | 30º | 0.28% | 0.48% | - |
| HSV(B) | 30º | 0.44% | 0.61% | - |
| XYZ | 22.43 | 21.69 | 12.24 | - |
| YUV | 128.29 | 105.26 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 122 | 88 | 0 | 0.22 | 0.44 | 0.39 | 30 | 0.28 | 0.48 |
| Hex | 9C | 7A | 58 | 0 | 16 | 2C | 27 | 1E | 1C | 30 |
| Octal | 234 | 172 | 130 | 0 | 26 | 54 | 47 | 36 | 34 | 60 |
| Binary | 10011100 | 1111010 | 1011000 | 0 | 10110 | 101100 | 100111 | 11110 | 11100 | 110000 |
Color Harmonies of #9C7A58
Complementary color
Monochromatic Colors of #9C7A58
Black with #9C7A58
Text Example
Text Example
White with #9C7A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7A58; }
p { color: rgb(156,122,88); }
H1.HeaderClassName
{
color: #9C7A58;
}
.AnyTagClassName
{
color: #9C7A58;
}
</style>
background-color css
<style>
a { background-color: #9C7A58; }
a { background-color: rgb(156,122,88); }
div.DivClassName
{
background-color: #9C7A58;
}
.BgClassName
{
background-color: #9C7A58;
}
</style>
border-color css
<style>
span { border-color: #9C7A58; }
span { border-color: rgb(156,122,88); }
td.TdClassName
{
border-color: #9C7A58;
}
.TagClassName
{
border-color: #9C7A58;
}
</style>