Shades of Pale Brown #9C734C
Tints of Pale Brown #9C734C
RGB
CMYK
RGB Variations
Color information
#9C734C (or 0x9C734C) is known color: Pale Brown. HEX triplet: 9C, 73 and 4C. RGB value is (156,115,76). Sum of RGB (Red+Green+Blue) = 156+115+76=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C734C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C734C is #638CB3. Grayscale: #7B7B7B. Windows color (decimal): -6524084 or 5010332. OLE color: 5010332.
HSL color Cylindrical-coordinate representation of color #9C734C: hue angle of 29.25º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C734C is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 115 | 76 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.39 |
| HSL | 29.25º | 0.34% | 0.45% | - |
| HSV(B) | 29.25º | 0.51% | 0.61% | - |
| XYZ | 21.15 | 19.85 | 9.55 | - |
| YUV | 122.81 | 101.58 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 76 | 0 | 0.26 | 0.51 | 0.39 | 29.25 | 0.34 | 0.45 |
| Hex | 9C | 73 | 4C | 0 | 1A | 33 | 27 | 1D | 22 | 2D |
| Octal | 234 | 163 | 114 | 0 | 32 | 63 | 47 | 35 | 42 | 55 |
| Binary | 10011100 | 1110011 | 1001100 | 0 | 11010 | 110011 | 100111 | 11101 | 100010 | 101101 |
Color Harmonies of #9C734C
Complementary color
Monochromatic Colors of #9C734C
Black with #9C734C
Text Example
Text Example
White with #9C734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C734C; }
p { color: rgb(156,115,76); }
H1.HeaderClassName
{
color: #9C734C;
}
.AnyTagClassName
{
color: #9C734C;
}
</style>
background-color css
<style>
a { background-color: #9C734C; }
a { background-color: rgb(156,115,76); }
div.DivClassName
{
background-color: #9C734C;
}
.BgClassName
{
background-color: #9C734C;
}
</style>
border-color css
<style>
span { border-color: #9C734C; }
span { border-color: rgb(156,115,76); }
td.TdClassName
{
border-color: #9C734C;
}
.TagClassName
{
border-color: #9C734C;
}
</style>