Shades of Clay Creek #847A5B
Tints of Clay Creek #847A5B
RGB
CMYK
RGB Variations
Color information
#847A5B (or 0x847A5B) is known color: Clay Creek. HEX triplet: 84, 7A and 5B. RGB value is (132,122,91). Sum of RGB (Red+Green+Blue) = 132+122+91=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #847A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847A5B is #7B85A4. Grayscale: #797979. Windows color (decimal): -8095141 or 5995140. OLE color: 5995140.
HSL color Cylindrical-coordinate representation of color #847A5B: hue angle of 45.37º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #847A5B is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 122 | 91 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.48 |
| HSL | 45.37º | 0.18% | 0.44% | - |
| HSV(B) | 45.37º | 0.31% | 0.52% | - |
| XYZ | 18.36 | 19.58 | 12.71 | - |
| YUV | 121.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 91 | 0 | 0.08 | 0.31 | 0.48 | 45.37 | 0.18 | 0.44 |
| Hex | 84 | 7A | 5B | 0 | 8 | 1F | 30 | 2D | 12 | 2C |
| Octal | 204 | 172 | 133 | 0 | 10 | 37 | 60 | 55 | 22 | 54 |
| Binary | 10000100 | 1111010 | 1011011 | 0 | 1000 | 11111 | 110000 | 101101 | 10010 | 101100 |
Color Harmonies of #847A5B
Complementary color
Monochromatic Colors of #847A5B
Black with #847A5B
Text Example
Text Example
White with #847A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847A5B; }
p { color: rgb(132,122,91); }
H1.HeaderClassName
{
color: #847A5B;
}
.AnyTagClassName
{
color: #847A5B;
}
</style>
background-color css
<style>
a { background-color: #847A5B; }
a { background-color: rgb(132,122,91); }
div.DivClassName
{
background-color: #847A5B;
}
.BgClassName
{
background-color: #847A5B;
}
</style>
border-color css
<style>
span { border-color: #847A5B; }
span { border-color: rgb(132,122,91); }
td.TdClassName
{
border-color: #847A5B;
}
.TagClassName
{
border-color: #847A5B;
}
</style>