Shades of Clay Creek #827A52
Tints of Clay Creek #827A52
RGB
CMYK
RGB Variations
Color information
#827A52 (or 0x827A52) is known color: Clay Creek. HEX triplet: 82, 7A and 52. RGB value is (130,122,82). Sum of RGB (Red+Green+Blue) = 130+122+82=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #827A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A52 is #7D85AD. Grayscale: #777777. Windows color (decimal): -8226222 or 5405314. OLE color: 5405314.
HSL color Cylindrical-coordinate representation of color #827A52: hue angle of 50º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #827A52 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 122 | 82 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.49 |
| HSL | 50º | 0.23% | 0.42% | - |
| HSV(B) | 50º | 0.37% | 0.51% | - |
| XYZ | 17.69 | 19.27 | 10.77 | - |
| YUV | 119.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 82 | 0 | 0.06 | 0.37 | 0.49 | 50 | 0.23 | 0.42 |
| Hex | 82 | 7A | 52 | 0 | 6 | 25 | 31 | 32 | 17 | 2A |
| Octal | 202 | 172 | 122 | 0 | 6 | 45 | 61 | 62 | 27 | 52 |
| Binary | 10000010 | 1111010 | 1010010 | 0 | 110 | 100101 | 110001 | 110010 | 10111 | 101010 |
Color Harmonies of #827A52
Complementary color
Monochromatic Colors of #827A52
Black with #827A52
Text Example
Text Example
White with #827A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A52; }
p { color: rgb(130,122,82); }
H1.HeaderClassName
{
color: #827A52;
}
.AnyTagClassName
{
color: #827A52;
}
</style>
background-color css
<style>
a { background-color: #827A52; }
a { background-color: rgb(130,122,82); }
div.DivClassName
{
background-color: #827A52;
}
.BgClassName
{
background-color: #827A52;
}
</style>
border-color css
<style>
span { border-color: #827A52; }
span { border-color: rgb(130,122,82); }
td.TdClassName
{
border-color: #827A52;
}
.TagClassName
{
border-color: #827A52;
}
</style>