Shades of Clay Creek #88804A
Tints of Clay Creek #88804A
RGB
CMYK
RGB Variations
Color information
#88804A (or 0x88804A) is known color: Clay Creek. HEX triplet: 88, 80 and 4A. RGB value is (136,128,74). Sum of RGB (Red+Green+Blue) = 136+128+74=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #88804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88804A is #777FB5. Grayscale: #7C7C7C. Windows color (decimal): -7831478 or 4882568. OLE color: 4882568.
HSL color Cylindrical-coordinate representation of color #88804A: hue angle of 52.26º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88804A is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 74 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.47 |
| HSL | 52.26º | 0.3% | 0.41% | - |
| HSV(B) | 52.26º | 0.46% | 0.53% | - |
| XYZ | 19.11 | 21.17 | 9.56 | - |
| YUV | 124.24 | 99.65 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 74 | 0 | 0.06 | 0.46 | 0.47 | 52.26 | 0.3 | 0.41 |
| Hex | 88 | 80 | 4A | 0 | 6 | 2E | 2F | 34 | 1E | 29 |
| Octal | 210 | 200 | 112 | 0 | 6 | 56 | 57 | 64 | 36 | 51 |
| Binary | 10001000 | 10000000 | 1001010 | 0 | 110 | 101110 | 101111 | 110100 | 11110 | 101001 |
Color Harmonies of #88804A
Complementary color
Monochromatic Colors of #88804A
Black with #88804A
Text Example
Text Example
White with #88804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88804A; }
p { color: rgb(136,128,74); }
H1.HeaderClassName
{
color: #88804A;
}
.AnyTagClassName
{
color: #88804A;
}
</style>
background-color css
<style>
a { background-color: #88804A; }
a { background-color: rgb(136,128,74); }
div.DivClassName
{
background-color: #88804A;
}
.BgClassName
{
background-color: #88804A;
}
</style>
border-color css
<style>
span { border-color: #88804A; }
span { border-color: rgb(136,128,74); }
td.TdClassName
{
border-color: #88804A;
}
.TagClassName
{
border-color: #88804A;
}
</style>