Shades of Clay Creek #847B54
Tints of Clay Creek #847B54
RGB
CMYK
RGB Variations
Color information
#847B54 (or 0x847B54) is known color: Clay Creek. HEX triplet: 84, 7B and 54. RGB value is (132,123,84). Sum of RGB (Red+Green+Blue) = 132+123+84=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #847B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847B54 is #7B84AB. Grayscale: #797979. Windows color (decimal): -8094892 or 5536644. OLE color: 5536644.
HSL color Cylindrical-coordinate representation of color #847B54: hue angle of 48.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #847B54 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 123 | 84 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.48 |
| HSL | 48.75º | 0.22% | 0.42% | - |
| HSV(B) | 48.75º | 0.36% | 0.52% | - |
| XYZ | 18.2 | 19.71 | 11.23 | - |
| YUV | 121.25 | 106.98 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 84 | 0 | 0.07 | 0.36 | 0.48 | 48.75 | 0.22 | 0.42 |
| Hex | 84 | 7B | 54 | 0 | 7 | 24 | 30 | 31 | 16 | 2A |
| Octal | 204 | 173 | 124 | 0 | 7 | 44 | 60 | 61 | 26 | 52 |
| Binary | 10000100 | 1111011 | 1010100 | 0 | 111 | 100100 | 110000 | 110001 | 10110 | 101010 |
Color Harmonies of #847B54
Complementary color
Monochromatic Colors of #847B54
Black with #847B54
Text Example
Text Example
White with #847B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847B54; }
p { color: rgb(132,123,84); }
H1.HeaderClassName
{
color: #847B54;
}
.AnyTagClassName
{
color: #847B54;
}
</style>
background-color css
<style>
a { background-color: #847B54; }
a { background-color: rgb(132,123,84); }
div.DivClassName
{
background-color: #847B54;
}
.BgClassName
{
background-color: #847B54;
}
</style>
border-color css
<style>
span { border-color: #847B54; }
span { border-color: rgb(132,123,84); }
td.TdClassName
{
border-color: #847B54;
}
.TagClassName
{
border-color: #847B54;
}
</style>