Shades of Clay Creek #817A5D
Tints of Clay Creek #817A5D
RGB
CMYK
RGB Variations
Color information
#817A5D (or 0x817A5D) is known color: Clay Creek. HEX triplet: 81, 7A and 5D. RGB value is (129,122,93). Sum of RGB (Red+Green+Blue) = 129+122+93=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 129 - color contains mainly: red. Hex color #817A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817A5D is #7E85A2. Grayscale: #787878. Windows color (decimal): -8291747 or 6126209. OLE color: 6126209.
HSL color Cylindrical-coordinate representation of color #817A5D: hue angle of 48.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #817A5D is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 122 | 93 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.49 |
| HSL | 48.33º | 0.16% | 0.44% | - |
| HSV(B) | 48.33º | 0.28% | 0.51% | - |
| XYZ | 17.99 | 19.38 | 13.15 | - |
| YUV | 120.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 93 | 0 | 0.05 | 0.28 | 0.49 | 48.33 | 0.16 | 0.44 |
| Hex | 81 | 7A | 5D | 0 | 5 | 1C | 31 | 30 | 10 | 2C |
| Octal | 201 | 172 | 135 | 0 | 5 | 34 | 61 | 60 | 20 | 54 |
| Binary | 10000001 | 1111010 | 1011101 | 0 | 101 | 11100 | 110001 | 110000 | 10000 | 101100 |
Color Harmonies of #817A5D
Complementary color
Monochromatic Colors of #817A5D
Black with #817A5D
Text Example
Text Example
White with #817A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817A5D; }
p { color: rgb(129,122,93); }
H1.HeaderClassName
{
color: #817A5D;
}
.AnyTagClassName
{
color: #817A5D;
}
</style>
background-color css
<style>
a { background-color: #817A5D; }
a { background-color: rgb(129,122,93); }
div.DivClassName
{
background-color: #817A5D;
}
.BgClassName
{
background-color: #817A5D;
}
</style>
border-color css
<style>
span { border-color: #817A5D; }
span { border-color: rgb(129,122,93); }
td.TdClassName
{
border-color: #817A5D;
}
.TagClassName
{
border-color: #817A5D;
}
</style>