Shades of Clay Creek #88834E
Tints of Clay Creek #88834E
RGB
CMYK
RGB Variations
Color information
#88834E (or 0x88834E) is known color: Clay Creek. HEX triplet: 88, 83 and 4E. RGB value is (136,131,78). Sum of RGB (Red+Green+Blue) = 136+131+78=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 136 - color contains mainly: red. Hex color #88834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88834E is #777CB1. Grayscale: #7E7E7E. Windows color (decimal): -7830706 or 5145480. OLE color: 5145480.
HSL color Cylindrical-coordinate representation of color #88834E: 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 #88834E is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 131 | 78 | - |
| 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.64 | 22.02 | 10.42 | - |
| YUV | 126.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 78 | 0 | 0.04 | 0.43 | 0.47 | 54.83 | 0.27 | 0.42 |
| Hex | 88 | 83 | 4E | 0 | 4 | 2B | 2F | 37 | 1B | 2A |
| Octal | 210 | 203 | 116 | 0 | 4 | 53 | 57 | 67 | 33 | 52 |
| Binary | 10001000 | 10000011 | 1001110 | 0 | 100 | 101011 | 101111 | 110111 | 11011 | 101010 |
Color Harmonies of #88834E
Complementary color
Monochromatic Colors of #88834E
Black with #88834E
Text Example
Text Example
White with #88834E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88834E; }
p { color: rgb(136,131,78); }
H1.HeaderClassName
{
color: #88834E;
}
.AnyTagClassName
{
color: #88834E;
}
</style>
background-color css
<style>
a { background-color: #88834E; }
a { background-color: rgb(136,131,78); }
div.DivClassName
{
background-color: #88834E;
}
.BgClassName
{
background-color: #88834E;
}
</style>
border-color css
<style>
span { border-color: #88834E; }
span { border-color: rgb(136,131,78); }
td.TdClassName
{
border-color: #88834E;
}
.TagClassName
{
border-color: #88834E;
}
</style>