Shades of Clay Creek #89825D
Tints of Clay Creek #89825D
RGB
CMYK
RGB Variations
Color information
#89825D (or 0x89825D) is known color: Clay Creek. HEX triplet: 89, 82 and 5D. RGB value is (137,130,93). Sum of RGB (Red+Green+Blue) = 137+130+93=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #89825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89825D is #767DA2. Grayscale: #808080. Windows color (decimal): -7765411 or 6128265. OLE color: 6128265.
HSL color Cylindrical-coordinate representation of color #89825D: hue angle of 50.45º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89825D is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 93 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.46 |
| HSL | 50.45º | 0.19% | 0.45% | - |
| HSV(B) | 50.45º | 0.32% | 0.54% | - |
| XYZ | 20.27 | 22.07 | 13.55 | - |
| YUV | 127.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 93 | 0 | 0.05 | 0.32 | 0.46 | 50.45 | 0.19 | 0.45 |
| Hex | 89 | 82 | 5D | 0 | 5 | 20 | 2E | 32 | 13 | 2D |
| Octal | 211 | 202 | 135 | 0 | 5 | 40 | 56 | 62 | 23 | 55 |
| Binary | 10001001 | 10000010 | 1011101 | 0 | 101 | 100000 | 101110 | 110010 | 10011 | 101101 |
Color Harmonies of #89825D
Complementary color
Monochromatic Colors of #89825D
Black with #89825D
Text Example
Text Example
White with #89825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89825D; }
p { color: rgb(137,130,93); }
H1.HeaderClassName
{
color: #89825D;
}
.AnyTagClassName
{
color: #89825D;
}
</style>
background-color css
<style>
a { background-color: #89825D; }
a { background-color: rgb(137,130,93); }
div.DivClassName
{
background-color: #89825D;
}
.BgClassName
{
background-color: #89825D;
}
</style>
border-color css
<style>
span { border-color: #89825D; }
span { border-color: rgb(137,130,93); }
td.TdClassName
{
border-color: #89825D;
}
.TagClassName
{
border-color: #89825D;
}
</style>