Shades of Clay Creek #847B48
Tints of Clay Creek #847B48
RGB
CMYK
RGB Variations
Color information
#847B48 (or 0x847B48) is known color: Clay Creek. HEX triplet: 84, 7B and 48. RGB value is (132,123,72). Sum of RGB (Red+Green+Blue) = 132+123+72=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #847B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847B48 is #7B84B7. Grayscale: #787878. Windows color (decimal): -8094904 or 4750212. OLE color: 4750212.
HSL color Cylindrical-coordinate representation of color #847B48: hue angle of 51º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #847B48 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 123 | 72 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.48 |
| HSL | 51º | 0.29% | 0.4% | - |
| HSV(B) | 51º | 0.45% | 0.52% | - |
| XYZ | 17.77 | 19.54 | 8.97 | - |
| YUV | 119.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 72 | 0 | 0.07 | 0.45 | 0.48 | 51 | 0.29 | 0.4 |
| Hex | 84 | 7B | 48 | 0 | 7 | 2D | 30 | 33 | 1D | 28 |
| Octal | 204 | 173 | 110 | 0 | 7 | 55 | 60 | 63 | 35 | 50 |
| Binary | 10000100 | 1111011 | 1001000 | 0 | 111 | 101101 | 110000 | 110011 | 11101 | 101000 |
Color Harmonies of #847B48
Complementary color
Monochromatic Colors of #847B48
Black with #847B48
Text Example
Text Example
White with #847B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847B48; }
p { color: rgb(132,123,72); }
H1.HeaderClassName
{
color: #847B48;
}
.AnyTagClassName
{
color: #847B48;
}
</style>
background-color css
<style>
a { background-color: #847B48; }
a { background-color: rgb(132,123,72); }
div.DivClassName
{
background-color: #847B48;
}
.BgClassName
{
background-color: #847B48;
}
</style>
border-color css
<style>
span { border-color: #847B48; }
span { border-color: rgb(132,123,72); }
td.TdClassName
{
border-color: #847B48;
}
.TagClassName
{
border-color: #847B48;
}
</style>