Shades of Clay Creek #888553
Tints of Clay Creek #888553
RGB
CMYK
RGB Variations
Color information
#888553 (or 0x888553) is known color: Clay Creek. HEX triplet: 88, 85 and 53. RGB value is (136,133,83). Sum of RGB (Red+Green+Blue) = 136+133+83=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #888553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888553 is #777AAC. Grayscale: #808080. Windows color (decimal): -7830189 or 5473672. OLE color: 5473672.
HSL color Cylindrical-coordinate representation of color #888553: hue angle of 56.6º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #888553 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 83 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.47 |
| HSL | 56.6º | 0.24% | 0.43% | - |
| HSV(B) | 56.6º | 0.39% | 0.53% | - |
| XYZ | 20.1 | 22.63 | 11.49 | - |
| YUV | 128.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 83 | 0 | 0.02 | 0.39 | 0.47 | 56.6 | 0.24 | 0.43 |
| Hex | 88 | 85 | 53 | 0 | 2 | 27 | 2F | 39 | 18 | 2B |
| Octal | 210 | 205 | 123 | 0 | 2 | 47 | 57 | 71 | 30 | 53 |
| Binary | 10001000 | 10000101 | 1010011 | 0 | 10 | 100111 | 101111 | 111001 | 11000 | 101011 |
Color Harmonies of #888553
Complementary color
Monochromatic Colors of #888553
Black with #888553
Text Example
Text Example
White with #888553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888553; }
p { color: rgb(136,133,83); }
H1.HeaderClassName
{
color: #888553;
}
.AnyTagClassName
{
color: #888553;
}
</style>
background-color css
<style>
a { background-color: #888553; }
a { background-color: rgb(136,133,83); }
div.DivClassName
{
background-color: #888553;
}
.BgClassName
{
background-color: #888553;
}
</style>
border-color css
<style>
span { border-color: #888553; }
span { border-color: rgb(136,133,83); }
td.TdClassName
{
border-color: #888553;
}
.TagClassName
{
border-color: #888553;
}
</style>