Shades of Clay Creek #847D4A
Tints of Clay Creek #847D4A
RGB
CMYK
RGB Variations
Color information
#847D4A (or 0x847D4A) is known color: Clay Creek. HEX triplet: 84, 7D and 4A. RGB value is (132,125,74). Sum of RGB (Red+Green+Blue) = 132+125+74=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #847D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847D4A is #7B82B5. Grayscale: #797979. Windows color (decimal): -8094390 or 4881796. OLE color: 4881796.
HSL color Cylindrical-coordinate representation of color #847D4A: hue angle of 52.76º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #847D4A is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 125 | 74 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.48 |
| HSL | 52.76º | 0.28% | 0.4% | - |
| HSV(B) | 52.76º | 0.44% | 0.52% | - |
| XYZ | 18.09 | 20.07 | 9.4 | - |
| YUV | 121.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 74 | 0 | 0.05 | 0.44 | 0.48 | 52.76 | 0.28 | 0.4 |
| Hex | 84 | 7D | 4A | 0 | 5 | 2C | 30 | 35 | 1C | 28 |
| Octal | 204 | 175 | 112 | 0 | 5 | 54 | 60 | 65 | 34 | 50 |
| Binary | 10000100 | 1111101 | 1001010 | 0 | 101 | 101100 | 110000 | 110101 | 11100 | 101000 |
Color Harmonies of #847D4A
Complementary color
Monochromatic Colors of #847D4A
Black with #847D4A
Text Example
Text Example
White with #847D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847D4A; }
p { color: rgb(132,125,74); }
H1.HeaderClassName
{
color: #847D4A;
}
.AnyTagClassName
{
color: #847D4A;
}
</style>
background-color css
<style>
a { background-color: #847D4A; }
a { background-color: rgb(132,125,74); }
div.DivClassName
{
background-color: #847D4A;
}
.BgClassName
{
background-color: #847D4A;
}
</style>
border-color css
<style>
span { border-color: #847D4A; }
span { border-color: rgb(132,125,74); }
td.TdClassName
{
border-color: #847D4A;
}
.TagClassName
{
border-color: #847D4A;
}
</style>