Shades of Clay Creek #827C5C
Tints of Clay Creek #827C5C
RGB
CMYK
RGB Variations
Color information
#827C5C (or 0x827C5C) is known color: Clay Creek. HEX triplet: 82, 7C and 5C. RGB value is (130,124,92). Sum of RGB (Red+Green+Blue) = 130+124+92=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #827C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C5C is #7D83A3. Grayscale: #7A7A7A. Windows color (decimal): -8225700 or 6061186. OLE color: 6061186.
HSL color Cylindrical-coordinate representation of color #827C5C: hue angle of 50.53º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #827C5C is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 124 | 92 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.49 |
| HSL | 50.53º | 0.17% | 0.44% | - |
| HSV(B) | 50.53º | 0.29% | 0.51% | - |
| XYZ | 18.35 | 19.93 | 13.01 | - |
| YUV | 122.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 92 | 0 | 0.05 | 0.29 | 0.49 | 50.53 | 0.17 | 0.44 |
| Hex | 82 | 7C | 5C | 0 | 5 | 1D | 31 | 33 | 11 | 2C |
| Octal | 202 | 174 | 134 | 0 | 5 | 35 | 61 | 63 | 21 | 54 |
| Binary | 10000010 | 1111100 | 1011100 | 0 | 101 | 11101 | 110001 | 110011 | 10001 | 101100 |
Color Harmonies of #827C5C
Complementary color
Monochromatic Colors of #827C5C
Black with #827C5C
Text Example
Text Example
White with #827C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827C5C; }
p { color: rgb(130,124,92); }
H1.HeaderClassName
{
color: #827C5C;
}
.AnyTagClassName
{
color: #827C5C;
}
</style>
background-color css
<style>
a { background-color: #827C5C; }
a { background-color: rgb(130,124,92); }
div.DivClassName
{
background-color: #827C5C;
}
.BgClassName
{
background-color: #827C5C;
}
</style>
border-color css
<style>
span { border-color: #827C5C; }
span { border-color: rgb(130,124,92); }
td.TdClassName
{
border-color: #827C5C;
}
.TagClassName
{
border-color: #827C5C;
}
</style>