Shades of Clay Creek #87824D
Tints of Clay Creek #87824D
RGB
CMYK
RGB Variations
Color information
#87824D (or 0x87824D) is known color: Clay Creek. HEX triplet: 87, 82 and 4D. RGB value is (135,130,77). Sum of RGB (Red+Green+Blue) = 135+130+77=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 135 - color contains mainly: red. Hex color #87824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87824D is #787DB2. Grayscale: #7D7D7D. Windows color (decimal): -7896499 or 5079687. OLE color: 5079687.
HSL color Cylindrical-coordinate representation of color #87824D: hue angle of 54.83º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87824D is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 130 | 77 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.47 |
| HSL | 54.83º | 0.27% | 0.42% | - |
| HSV(B) | 54.83º | 0.43% | 0.53% | - |
| XYZ | 19.31 | 21.65 | 10.18 | - |
| YUV | 125.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 77 | 0 | 0.04 | 0.43 | 0.47 | 54.83 | 0.27 | 0.42 |
| Hex | 87 | 82 | 4D | 0 | 4 | 2B | 2F | 37 | 1B | 2A |
| Octal | 207 | 202 | 115 | 0 | 4 | 53 | 57 | 67 | 33 | 52 |
| Binary | 10000111 | 10000010 | 1001101 | 0 | 100 | 101011 | 101111 | 110111 | 11011 | 101010 |
Color Harmonies of #87824D
Complementary color
Monochromatic Colors of #87824D
Black with #87824D
Text Example
Text Example
White with #87824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87824D; }
p { color: rgb(135,130,77); }
H1.HeaderClassName
{
color: #87824D;
}
.AnyTagClassName
{
color: #87824D;
}
</style>
background-color css
<style>
a { background-color: #87824D; }
a { background-color: rgb(135,130,77); }
div.DivClassName
{
background-color: #87824D;
}
.BgClassName
{
background-color: #87824D;
}
</style>
border-color css
<style>
span { border-color: #87824D; }
span { border-color: rgb(135,130,77); }
td.TdClassName
{
border-color: #87824D;
}
.TagClassName
{
border-color: #87824D;
}
</style>