Shades of Clay Creek #827A5B
Tints of Clay Creek #827A5B
RGB
CMYK
RGB Variations
Color information
#827A5B (or 0x827A5B) is known color: Clay Creek. HEX triplet: 82, 7A and 5B. RGB value is (130,122,91). Sum of RGB (Red+Green+Blue) = 130+122+91=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #827A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A5B is #7D85A4. Grayscale: #787878. Windows color (decimal): -8226213 or 5995138. OLE color: 5995138.
HSL color Cylindrical-coordinate representation of color #827A5B: hue angle of 47.69º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #827A5B is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 122 | 91 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.49 |
| HSL | 47.69º | 0.18% | 0.43% | - |
| HSV(B) | 47.69º | 0.3% | 0.51% | - |
| XYZ | 18.05 | 19.42 | 12.69 | - |
| YUV | 120.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 91 | 0 | 0.06 | 0.30 | 0.49 | 47.69 | 0.18 | 0.43 |
| Hex | 82 | 7A | 5B | 0 | 6 | 1E | 31 | 30 | 12 | 2B |
| Octal | 202 | 172 | 133 | 0 | 6 | 36 | 61 | 60 | 22 | 53 |
| Binary | 10000010 | 1111010 | 1011011 | 0 | 110 | 11110 | 110001 | 110000 | 10010 | 101011 |
Color Harmonies of #827A5B
Complementary color
Monochromatic Colors of #827A5B
Black with #827A5B
Text Example
Text Example
White with #827A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A5B; }
p { color: rgb(130,122,91); }
H1.HeaderClassName
{
color: #827A5B;
}
.AnyTagClassName
{
color: #827A5B;
}
</style>
background-color css
<style>
a { background-color: #827A5B; }
a { background-color: rgb(130,122,91); }
div.DivClassName
{
background-color: #827A5B;
}
.BgClassName
{
background-color: #827A5B;
}
</style>
border-color css
<style>
span { border-color: #827A5B; }
span { border-color: rgb(130,122,91); }
td.TdClassName
{
border-color: #827A5B;
}
.TagClassName
{
border-color: #827A5B;
}
</style>