Shades of Clay Creek #827B5B
Tints of Clay Creek #827B5B
RGB
CMYK
RGB Variations
Color information
#827B5B (or 0x827B5B) is known color: Clay Creek. HEX triplet: 82, 7B and 5B. RGB value is (130,123,91). Sum of RGB (Red+Green+Blue) = 130+123+91=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #827B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B5B is #7D84A4. Grayscale: #797979. Windows color (decimal): -8225957 or 5995394. OLE color: 5995394.
HSL color Cylindrical-coordinate representation of color #827B5B: hue angle of 49.23º 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 #827B5B is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 91 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.49 |
| HSL | 49.23º | 0.18% | 0.43% | - |
| HSV(B) | 49.23º | 0.3% | 0.51% | - |
| XYZ | 18.18 | 19.67 | 12.74 | - |
| YUV | 121.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 91 | 0 | 0.05 | 0.30 | 0.49 | 49.23 | 0.18 | 0.43 |
| Hex | 82 | 7B | 5B | 0 | 5 | 1E | 31 | 31 | 12 | 2B |
| Octal | 202 | 173 | 133 | 0 | 5 | 36 | 61 | 61 | 22 | 53 |
| Binary | 10000010 | 1111011 | 1011011 | 0 | 101 | 11110 | 110001 | 110001 | 10010 | 101011 |
Color Harmonies of #827B5B
Complementary color
Monochromatic Colors of #827B5B
Black with #827B5B
Text Example
Text Example
White with #827B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B5B; }
p { color: rgb(130,123,91); }
H1.HeaderClassName
{
color: #827B5B;
}
.AnyTagClassName
{
color: #827B5B;
}
</style>
background-color css
<style>
a { background-color: #827B5B; }
a { background-color: rgb(130,123,91); }
div.DivClassName
{
background-color: #827B5B;
}
.BgClassName
{
background-color: #827B5B;
}
</style>
border-color css
<style>
span { border-color: #827B5B; }
span { border-color: rgb(130,123,91); }
td.TdClassName
{
border-color: #827B5B;
}
.TagClassName
{
border-color: #827B5B;
}
</style>