Shades of Clay Creek #827853
Tints of Clay Creek #827853
RGB
CMYK
RGB Variations
Color information
#827853 (or 0x827853) is known color: Clay Creek. HEX triplet: 82, 78 and 53. RGB value is (130,120,83). Sum of RGB (Red+Green+Blue) = 130+120+83=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #827853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827853 is #7D87AC. Grayscale: #767676. Windows color (decimal): -8226733 or 5470338. OLE color: 5470338.
HSL color Cylindrical-coordinate representation of color #827853: hue angle of 47.23º 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 #827853 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 120 | 83 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.49 |
| HSL | 47.23º | 0.22% | 0.42% | - |
| HSV(B) | 47.23º | 0.36% | 0.51% | - |
| XYZ | 17.48 | 18.8 | 10.89 | - |
| YUV | 118.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 83 | 0 | 0.08 | 0.36 | 0.49 | 47.23 | 0.22 | 0.42 |
| Hex | 82 | 78 | 53 | 0 | 8 | 24 | 31 | 2F | 16 | 2A |
| Octal | 202 | 170 | 123 | 0 | 10 | 44 | 61 | 57 | 26 | 52 |
| Binary | 10000010 | 1111000 | 1010011 | 0 | 1000 | 100100 | 110001 | 101111 | 10110 | 101010 |
Color Harmonies of #827853
Complementary color
Monochromatic Colors of #827853
Black with #827853
Text Example
Text Example
White with #827853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827853; }
p { color: rgb(130,120,83); }
H1.HeaderClassName
{
color: #827853;
}
.AnyTagClassName
{
color: #827853;
}
</style>
background-color css
<style>
a { background-color: #827853; }
a { background-color: rgb(130,120,83); }
div.DivClassName
{
background-color: #827853;
}
.BgClassName
{
background-color: #827853;
}
</style>
border-color css
<style>
span { border-color: #827853; }
span { border-color: rgb(130,120,83); }
td.TdClassName
{
border-color: #827853;
}
.TagClassName
{
border-color: #827853;
}
</style>