Shades of Clay Creek #827B55
Tints of Clay Creek #827B55
RGB
CMYK
RGB Variations
Color information
#827B55 (or 0x827B55) is known color: Clay Creek. HEX triplet: 82, 7B and 55. RGB value is (130,123,85). Sum of RGB (Red+Green+Blue) = 130+123+85=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #827B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B55 is #7D84AA. Grayscale: #787878. Windows color (decimal): -8225963 or 5602178. OLE color: 5602178.
HSL color Cylindrical-coordinate representation of color #827B55: hue angle of 50.67º 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 #827B55 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 85 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.49 |
| HSL | 50.67º | 0.21% | 0.42% | - |
| HSV(B) | 50.67º | 0.35% | 0.51% | - |
| XYZ | 17.93 | 19.57 | 11.43 | - |
| YUV | 120.76 | 107.82 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 85 | 0 | 0.05 | 0.35 | 0.49 | 50.67 | 0.21 | 0.42 |
| Hex | 82 | 7B | 55 | 0 | 5 | 23 | 31 | 33 | 15 | 2A |
| Octal | 202 | 173 | 125 | 0 | 5 | 43 | 61 | 63 | 25 | 52 |
| Binary | 10000010 | 1111011 | 1010101 | 0 | 101 | 100011 | 110001 | 110011 | 10101 | 101010 |
Color Harmonies of #827B55
Complementary color
Monochromatic Colors of #827B55
Black with #827B55
Text Example
Text Example
White with #827B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B55; }
p { color: rgb(130,123,85); }
H1.HeaderClassName
{
color: #827B55;
}
.AnyTagClassName
{
color: #827B55;
}
</style>
background-color css
<style>
a { background-color: #827B55; }
a { background-color: rgb(130,123,85); }
div.DivClassName
{
background-color: #827B55;
}
.BgClassName
{
background-color: #827B55;
}
</style>
border-color css
<style>
span { border-color: #827B55; }
span { border-color: rgb(130,123,85); }
td.TdClassName
{
border-color: #827B55;
}
.TagClassName
{
border-color: #827B55;
}
</style>