Shades of Clay Creek #847B52
Tints of Clay Creek #847B52
RGB
CMYK
RGB Variations
Color information
#847B52 (or 0x847B52) is known color: Clay Creek. HEX triplet: 84, 7B and 52. RGB value is (132,123,82). Sum of RGB (Red+Green+Blue) = 132+123+82=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #847B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847B52 is #7B84AD. Grayscale: #797979. Windows color (decimal): -8094894 or 5405572. OLE color: 5405572.
HSL color Cylindrical-coordinate representation of color #847B52: hue angle of 49.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #847B52 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 123 | 82 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.48 |
| HSL | 49.2º | 0.23% | 0.42% | - |
| HSV(B) | 49.2º | 0.38% | 0.52% | - |
| XYZ | 18.12 | 19.68 | 10.83 | - |
| YUV | 121.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 82 | 0 | 0.07 | 0.38 | 0.48 | 49.2 | 0.23 | 0.42 |
| Hex | 84 | 7B | 52 | 0 | 7 | 26 | 30 | 31 | 17 | 2A |
| Octal | 204 | 173 | 122 | 0 | 7 | 46 | 60 | 61 | 27 | 52 |
| Binary | 10000100 | 1111011 | 1010010 | 0 | 111 | 100110 | 110000 | 110001 | 10111 | 101010 |
Color Harmonies of #847B52
Complementary color
Monochromatic Colors of #847B52
Black with #847B52
Text Example
Text Example
White with #847B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847B52; }
p { color: rgb(132,123,82); }
H1.HeaderClassName
{
color: #847B52;
}
.AnyTagClassName
{
color: #847B52;
}
</style>
background-color css
<style>
a { background-color: #847B52; }
a { background-color: rgb(132,123,82); }
div.DivClassName
{
background-color: #847B52;
}
.BgClassName
{
background-color: #847B52;
}
</style>
border-color css
<style>
span { border-color: #847B52; }
span { border-color: rgb(132,123,82); }
td.TdClassName
{
border-color: #847B52;
}
.TagClassName
{
border-color: #847B52;
}
</style>