Shades of Clay Creek #847D5E
Tints of Clay Creek #847D5E
RGB
CMYK
RGB Variations
Color information
#847D5E (or 0x847D5E) is known color: Clay Creek. HEX triplet: 84, 7D and 5E. RGB value is (132,125,94). Sum of RGB (Red+Green+Blue) = 132+125+94=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 132 - color contains mainly: red. Hex color #847D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847D5E is #7B82A1. Grayscale: #7B7B7B. Windows color (decimal): -8094370 or 6192516. OLE color: 6192516.
HSL color Cylindrical-coordinate representation of color #847D5E: hue angle of 48.95º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #847D5E is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 125 | 94 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.48 |
| HSL | 48.95º | 0.17% | 0.44% | - |
| HSV(B) | 48.95º | 0.29% | 0.52% | - |
| XYZ | 18.87 | 20.38 | 13.53 | - |
| YUV | 123.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 94 | 0 | 0.05 | 0.29 | 0.48 | 48.95 | 0.17 | 0.44 |
| Hex | 84 | 7D | 5E | 0 | 5 | 1D | 30 | 31 | 11 | 2C |
| Octal | 204 | 175 | 136 | 0 | 5 | 35 | 60 | 61 | 21 | 54 |
| Binary | 10000100 | 1111101 | 1011110 | 0 | 101 | 11101 | 110000 | 110001 | 10001 | 101100 |
Color Harmonies of #847D5E
Complementary color
Monochromatic Colors of #847D5E
Black with #847D5E
Text Example
Text Example
White with #847D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847D5E; }
p { color: rgb(132,125,94); }
H1.HeaderClassName
{
color: #847D5E;
}
.AnyTagClassName
{
color: #847D5E;
}
</style>
background-color css
<style>
a { background-color: #847D5E; }
a { background-color: rgb(132,125,94); }
div.DivClassName
{
background-color: #847D5E;
}
.BgClassName
{
background-color: #847D5E;
}
</style>
border-color css
<style>
span { border-color: #847D5E; }
span { border-color: rgb(132,125,94); }
td.TdClassName
{
border-color: #847D5E;
}
.TagClassName
{
border-color: #847D5E;
}
</style>