Shades of Clay Creek #88814B
Tints of Clay Creek #88814B
RGB
CMYK
RGB Variations
Color information
#88814B (or 0x88814B) is known color: Clay Creek. HEX triplet: 88, 81 and 4B. RGB value is (136,129,75). Sum of RGB (Red+Green+Blue) = 136+129+75=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #88814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88814B is #777EB4. Grayscale: #7D7D7D. Windows color (decimal): -7831221 or 4948360. OLE color: 4948360.
HSL color Cylindrical-coordinate representation of color #88814B: hue angle of 53.11º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88814B is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 75 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.47 |
| HSL | 53.11º | 0.29% | 0.41% | - |
| HSV(B) | 53.11º | 0.45% | 0.53% | - |
| XYZ | 19.27 | 21.44 | 9.78 | - |
| YUV | 124.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 75 | 0 | 0.05 | 0.45 | 0.47 | 53.11 | 0.29 | 0.41 |
| Hex | 88 | 81 | 4B | 0 | 5 | 2D | 2F | 35 | 1D | 29 |
| Octal | 210 | 201 | 113 | 0 | 5 | 55 | 57 | 65 | 35 | 51 |
| Binary | 10001000 | 10000001 | 1001011 | 0 | 101 | 101101 | 101111 | 110101 | 11101 | 101001 |
Color Harmonies of #88814B
Complementary color
Monochromatic Colors of #88814B
Black with #88814B
Text Example
Text Example
White with #88814B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88814B; }
p { color: rgb(136,129,75); }
H1.HeaderClassName
{
color: #88814B;
}
.AnyTagClassName
{
color: #88814B;
}
</style>
background-color css
<style>
a { background-color: #88814B; }
a { background-color: rgb(136,129,75); }
div.DivClassName
{
background-color: #88814B;
}
.BgClassName
{
background-color: #88814B;
}
</style>
border-color css
<style>
span { border-color: #88814B; }
span { border-color: rgb(136,129,75); }
td.TdClassName
{
border-color: #88814B;
}
.TagClassName
{
border-color: #88814B;
}
</style>