Shades of Clay Creek #827A56
Tints of Clay Creek #827A56
RGB
CMYK
RGB Variations
Color information
#827A56 (or 0x827A56) is known color: Clay Creek. HEX triplet: 82, 7A and 56. RGB value is (130,122,86). Sum of RGB (Red+Green+Blue) = 130+122+86=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #827A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A56 is #7D85A9. Grayscale: #787878. Windows color (decimal): -8226218 or 5667458. OLE color: 5667458.
HSL color Cylindrical-coordinate representation of color #827A56: hue angle of 49.09º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #827A56 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 122 | 86 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.49 |
| HSL | 49.09º | 0.2% | 0.42% | - |
| HSV(B) | 49.09º | 0.34% | 0.51% | - |
| XYZ | 17.85 | 19.34 | 11.6 | - |
| YUV | 120.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 86 | 0 | 0.06 | 0.34 | 0.49 | 49.09 | 0.2 | 0.42 |
| Hex | 82 | 7A | 56 | 0 | 6 | 22 | 31 | 31 | 14 | 2A |
| Octal | 202 | 172 | 126 | 0 | 6 | 42 | 61 | 61 | 24 | 52 |
| Binary | 10000010 | 1111010 | 1010110 | 0 | 110 | 100010 | 110001 | 110001 | 10100 | 101010 |
Color Harmonies of #827A56
Complementary color
Monochromatic Colors of #827A56
Black with #827A56
Text Example
Text Example
White with #827A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A56; }
p { color: rgb(130,122,86); }
H1.HeaderClassName
{
color: #827A56;
}
.AnyTagClassName
{
color: #827A56;
}
</style>
background-color css
<style>
a { background-color: #827A56; }
a { background-color: rgb(130,122,86); }
div.DivClassName
{
background-color: #827A56;
}
.BgClassName
{
background-color: #827A56;
}
</style>
border-color css
<style>
span { border-color: #827A56; }
span { border-color: rgb(130,122,86); }
td.TdClassName
{
border-color: #827A56;
}
.TagClassName
{
border-color: #827A56;
}
</style>