Shades of Clay Creek #827A53
Tints of Clay Creek #827A53
RGB
CMYK
RGB Variations
Color information
#827A53 (or 0x827A53) is known color: Clay Creek. HEX triplet: 82, 7A and 53. RGB value is (130,122,83). Sum of RGB (Red+Green+Blue) = 130+122+83=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #827A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A53 is #7D85AC. Grayscale: #787878. Windows color (decimal): -8226221 or 5470850. OLE color: 5470850.
HSL color Cylindrical-coordinate representation of color #827A53: hue angle of 49.79º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #827A53 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 122 | 83 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.49 |
| HSL | 49.79º | 0.22% | 0.42% | - |
| HSV(B) | 49.79º | 0.36% | 0.51% | - |
| XYZ | 17.73 | 19.29 | 10.97 | - |
| YUV | 119.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 83 | 0 | 0.06 | 0.36 | 0.49 | 49.79 | 0.22 | 0.42 |
| Hex | 82 | 7A | 53 | 0 | 6 | 24 | 31 | 32 | 16 | 2A |
| Octal | 202 | 172 | 123 | 0 | 6 | 44 | 61 | 62 | 26 | 52 |
| Binary | 10000010 | 1111010 | 1010011 | 0 | 110 | 100100 | 110001 | 110010 | 10110 | 101010 |
Color Harmonies of #827A53
Complementary color
Monochromatic Colors of #827A53
Black with #827A53
Text Example
Text Example
White with #827A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A53; }
p { color: rgb(130,122,83); }
H1.HeaderClassName
{
color: #827A53;
}
.AnyTagClassName
{
color: #827A53;
}
</style>
background-color css
<style>
a { background-color: #827A53; }
a { background-color: rgb(130,122,83); }
div.DivClassName
{
background-color: #827A53;
}
.BgClassName
{
background-color: #827A53;
}
</style>
border-color css
<style>
span { border-color: #827A53; }
span { border-color: rgb(130,122,83); }
td.TdClassName
{
border-color: #827A53;
}
.TagClassName
{
border-color: #827A53;
}
</style>