Shades of Pale Brown #9C744C
Tints of Pale Brown #9C744C
RGB
CMYK
RGB Variations
Color information
#9C744C (or 0x9C744C) is known color: Pale Brown. HEX triplet: 9C, 74 and 4C. RGB value is (156,116,76). Sum of RGB (Red+Green+Blue) = 156+116+76=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C744C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C744C is #638BB3. Grayscale: #7B7B7B. Windows color (decimal): -6523828 or 5010588. OLE color: 5010588.
HSL color Cylindrical-coordinate representation of color #9C744C: hue angle of 30º 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 #9C744C is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 116 | 76 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.39 |
| HSL | 30º | 0.34% | 0.45% | - |
| HSV(B) | 30º | 0.51% | 0.61% | - |
| XYZ | 21.26 | 20.08 | 9.59 | - |
| YUV | 123.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 76 | 0 | 0.26 | 0.51 | 0.39 | 30 | 0.34 | 0.45 |
| Hex | 9C | 74 | 4C | 0 | 1A | 33 | 27 | 1E | 22 | 2D |
| Octal | 234 | 164 | 114 | 0 | 32 | 63 | 47 | 36 | 42 | 55 |
| Binary | 10011100 | 1110100 | 1001100 | 0 | 11010 | 110011 | 100111 | 11110 | 100010 | 101101 |
Color Harmonies of #9C744C
Complementary color
Monochromatic Colors of #9C744C
Black with #9C744C
Text Example
Text Example
White with #9C744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C744C; }
p { color: rgb(156,116,76); }
H1.HeaderClassName
{
color: #9C744C;
}
.AnyTagClassName
{
color: #9C744C;
}
</style>
background-color css
<style>
a { background-color: #9C744C; }
a { background-color: rgb(156,116,76); }
div.DivClassName
{
background-color: #9C744C;
}
.BgClassName
{
background-color: #9C744C;
}
</style>
border-color css
<style>
span { border-color: #9C744C; }
span { border-color: rgb(156,116,76); }
td.TdClassName
{
border-color: #9C744C;
}
.TagClassName
{
border-color: #9C744C;
}
</style>