Shades of Clay Creek #827A55
Tints of Clay Creek #827A55
RGB
CMYK
RGB Variations
Color information
#827A55 (or 0x827A55) is known color: Clay Creek. HEX triplet: 82, 7A and 55. RGB value is (130,122,85). Sum of RGB (Red+Green+Blue) = 130+122+85=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #827A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A55 is #7D85AA. Grayscale: #787878. Windows color (decimal): -8226219 or 5601922. OLE color: 5601922.
HSL color Cylindrical-coordinate representation of color #827A55: hue angle of 49.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #827A55 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 122 | 85 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.49 |
| HSL | 49.33º | 0.21% | 0.42% | - |
| HSV(B) | 49.33º | 0.35% | 0.51% | - |
| XYZ | 17.81 | 19.32 | 11.39 | - |
| YUV | 120.17 | 108.15 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 85 | 0 | 0.06 | 0.35 | 0.49 | 49.33 | 0.21 | 0.42 |
| Hex | 82 | 7A | 55 | 0 | 6 | 23 | 31 | 31 | 15 | 2A |
| Octal | 202 | 172 | 125 | 0 | 6 | 43 | 61 | 61 | 25 | 52 |
| Binary | 10000010 | 1111010 | 1010101 | 0 | 110 | 100011 | 110001 | 110001 | 10101 | 101010 |
Color Harmonies of #827A55
Complementary color
Monochromatic Colors of #827A55
Black with #827A55
Text Example
Text Example
White with #827A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A55; }
p { color: rgb(130,122,85); }
H1.HeaderClassName
{
color: #827A55;
}
.AnyTagClassName
{
color: #827A55;
}
</style>
background-color css
<style>
a { background-color: #827A55; }
a { background-color: rgb(130,122,85); }
div.DivClassName
{
background-color: #827A55;
}
.BgClassName
{
background-color: #827A55;
}
</style>
border-color css
<style>
span { border-color: #827A55; }
span { border-color: rgb(130,122,85); }
td.TdClassName
{
border-color: #827A55;
}
.TagClassName
{
border-color: #827A55;
}
</style>