Shades of Clay Creek #847B55
Tints of Clay Creek #847B55
RGB
CMYK
RGB Variations
Color information
#847B55 (or 0x847B55) is known color: Clay Creek. HEX triplet: 84, 7B and 55. RGB value is (132,123,85). Sum of RGB (Red+Green+Blue) = 132+123+85=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #847B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847B55 is #7B84AA. Grayscale: #797979. Windows color (decimal): -8094891 or 5602180. OLE color: 5602180.
HSL color Cylindrical-coordinate representation of color #847B55: hue angle of 48.51º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #847B55 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 123 | 85 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.48 |
| HSL | 48.51º | 0.22% | 0.43% | - |
| HSV(B) | 48.51º | 0.36% | 0.52% | - |
| XYZ | 18.24 | 19.73 | 11.44 | - |
| YUV | 121.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 85 | 0 | 0.07 | 0.36 | 0.48 | 48.51 | 0.22 | 0.43 |
| Hex | 84 | 7B | 55 | 0 | 7 | 24 | 30 | 31 | 16 | 2B |
| Octal | 204 | 173 | 125 | 0 | 7 | 44 | 60 | 61 | 26 | 53 |
| Binary | 10000100 | 1111011 | 1010101 | 0 | 111 | 100100 | 110000 | 110001 | 10110 | 101011 |
Color Harmonies of #847B55
Complementary color
Monochromatic Colors of #847B55
Black with #847B55
Text Example
Text Example
White with #847B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847B55; }
p { color: rgb(132,123,85); }
H1.HeaderClassName
{
color: #847B55;
}
.AnyTagClassName
{
color: #847B55;
}
</style>
background-color css
<style>
a { background-color: #847B55; }
a { background-color: rgb(132,123,85); }
div.DivClassName
{
background-color: #847B55;
}
.BgClassName
{
background-color: #847B55;
}
</style>
border-color css
<style>
span { border-color: #847B55; }
span { border-color: rgb(132,123,85); }
td.TdClassName
{
border-color: #847B55;
}
.TagClassName
{
border-color: #847B55;
}
</style>