Shades of Clay Creek #827B56
Tints of Clay Creek #827B56
RGB
CMYK
RGB Variations
Color information
#827B56 (or 0x827B56) is known color: Clay Creek. HEX triplet: 82, 7B and 56. RGB value is (130,123,86). Sum of RGB (Red+Green+Blue) = 130+123+86=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #827B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B56 is #7D84A9. Grayscale: #797979. Windows color (decimal): -8225962 or 5667714. OLE color: 5667714.
HSL color Cylindrical-coordinate representation of color #827B56: hue angle of 50.45º 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 #827B56 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 86 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.49 |
| HSL | 50.45º | 0.2% | 0.42% | - |
| HSV(B) | 50.45º | 0.34% | 0.51% | - |
| XYZ | 17.97 | 19.58 | 11.64 | - |
| YUV | 120.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 86 | 0 | 0.05 | 0.34 | 0.49 | 50.45 | 0.2 | 0.42 |
| Hex | 82 | 7B | 56 | 0 | 5 | 22 | 31 | 32 | 14 | 2A |
| Octal | 202 | 173 | 126 | 0 | 5 | 42 | 61 | 62 | 24 | 52 |
| Binary | 10000010 | 1111011 | 1010110 | 0 | 101 | 100010 | 110001 | 110010 | 10100 | 101010 |
Color Harmonies of #827B56
Complementary color
Monochromatic Colors of #827B56
Black with #827B56
Text Example
Text Example
White with #827B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B56; }
p { color: rgb(130,123,86); }
H1.HeaderClassName
{
color: #827B56;
}
.AnyTagClassName
{
color: #827B56;
}
</style>
background-color css
<style>
a { background-color: #827B56; }
a { background-color: rgb(130,123,86); }
div.DivClassName
{
background-color: #827B56;
}
.BgClassName
{
background-color: #827B56;
}
</style>
border-color css
<style>
span { border-color: #827B56; }
span { border-color: rgb(130,123,86); }
td.TdClassName
{
border-color: #827B56;
}
.TagClassName
{
border-color: #827B56;
}
</style>