Shades of Pale Brown #9A734C
Tints of Pale Brown #9A734C
RGB
CMYK
RGB Variations
Color information
#9A734C (or 0x9A734C) is known color: Pale Brown. HEX triplet: 9A, 73 and 4C. RGB value is (154,115,76). Sum of RGB (Red+Green+Blue) = 154+115+76=345 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.64% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 154 - color contains mainly: red. Hex color #9A734C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A734C is #658CB3. Grayscale: #7A7A7A. Windows color (decimal): -6655156 or 5010330. OLE color: 5010330.
HSL color Cylindrical-coordinate representation of color #9A734C: hue angle of 30º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A734C is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 115 | 76 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.40 |
| HSL | 30º | 0.34% | 0.45% | - |
| HSV(B) | 30º | 0.51% | 0.6% | - |
| XYZ | 20.76 | 19.65 | 9.54 | - |
| YUV | 122.22 | 101.92 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 115 | 76 | 0 | 0.25 | 0.51 | 0.40 | 30 | 0.34 | 0.45 |
| Hex | 9A | 73 | 4C | 0 | 19 | 33 | 28 | 1E | 22 | 2D |
| Octal | 232 | 163 | 114 | 0 | 31 | 63 | 50 | 36 | 42 | 55 |
| Binary | 10011010 | 1110011 | 1001100 | 0 | 11001 | 110011 | 101000 | 11110 | 100010 | 101101 |
Color Harmonies of #9A734C
Complementary color
Monochromatic Colors of #9A734C
Black with #9A734C
Text Example
Text Example
White with #9A734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A734C; }
p { color: rgb(154,115,76); }
H1.HeaderClassName
{
color: #9A734C;
}
.AnyTagClassName
{
color: #9A734C;
}
</style>
background-color css
<style>
a { background-color: #9A734C; }
a { background-color: rgb(154,115,76); }
div.DivClassName
{
background-color: #9A734C;
}
.BgClassName
{
background-color: #9A734C;
}
</style>
border-color css
<style>
span { border-color: #9A734C; }
span { border-color: rgb(154,115,76); }
td.TdClassName
{
border-color: #9A734C;
}
.TagClassName
{
border-color: #9A734C;
}
</style>