Shades of Clay Creek #847D4C
Tints of Clay Creek #847D4C
RGB
CMYK
RGB Variations
Color information
#847D4C (or 0x847D4C) is known color: Clay Creek. HEX triplet: 84, 7D and 4C. RGB value is (132,125,76). Sum of RGB (Red+Green+Blue) = 132+125+76=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #847D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847D4C is #7B82B3. Grayscale: #797979. Windows color (decimal): -8094388 or 5012868. OLE color: 5012868.
HSL color Cylindrical-coordinate representation of color #847D4C: hue angle of 52.5º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #847D4C is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 125 | 76 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.48 |
| HSL | 52.5º | 0.27% | 0.41% | - |
| HSV(B) | 52.5º | 0.42% | 0.52% | - |
| XYZ | 18.15 | 20.09 | 9.76 | - |
| YUV | 121.51 | 102.32 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 76 | 0 | 0.05 | 0.42 | 0.48 | 52.5 | 0.27 | 0.41 |
| Hex | 84 | 7D | 4C | 0 | 5 | 2A | 30 | 34 | 1B | 29 |
| Octal | 204 | 175 | 114 | 0 | 5 | 52 | 60 | 64 | 33 | 51 |
| Binary | 10000100 | 1111101 | 1001100 | 0 | 101 | 101010 | 110000 | 110100 | 11011 | 101001 |
Color Harmonies of #847D4C
Complementary color
Monochromatic Colors of #847D4C
Black with #847D4C
Text Example
Text Example
White with #847D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847D4C; }
p { color: rgb(132,125,76); }
H1.HeaderClassName
{
color: #847D4C;
}
.AnyTagClassName
{
color: #847D4C;
}
</style>
background-color css
<style>
a { background-color: #847D4C; }
a { background-color: rgb(132,125,76); }
div.DivClassName
{
background-color: #847D4C;
}
.BgClassName
{
background-color: #847D4C;
}
</style>
border-color css
<style>
span { border-color: #847D4C; }
span { border-color: rgb(132,125,76); }
td.TdClassName
{
border-color: #847D4C;
}
.TagClassName
{
border-color: #847D4C;
}
</style>