Shades of Clay Creek #89825B
Tints of Clay Creek #89825B
RGB
CMYK
RGB Variations
Color information
#89825B (or 0x89825B) is known color: Clay Creek. HEX triplet: 89, 82 and 5B. RGB value is (137,130,91). Sum of RGB (Red+Green+Blue) = 137+130+91=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #89825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89825B is #767DA4. Grayscale: #7F7F7F. Windows color (decimal): -7765413 or 5997193. OLE color: 5997193.
HSL color Cylindrical-coordinate representation of color #89825B: hue angle of 50.87º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89825B is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 91 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.46 |
| HSL | 50.87º | 0.2% | 0.45% | - |
| HSV(B) | 50.87º | 0.34% | 0.54% | - |
| XYZ | 20.19 | 22.04 | 13.09 | - |
| YUV | 127.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 91 | 0 | 0.05 | 0.34 | 0.46 | 50.87 | 0.2 | 0.45 |
| Hex | 89 | 82 | 5B | 0 | 5 | 22 | 2E | 33 | 14 | 2D |
| Octal | 211 | 202 | 133 | 0 | 5 | 42 | 56 | 63 | 24 | 55 |
| Binary | 10001001 | 10000010 | 1011011 | 0 | 101 | 100010 | 101110 | 110011 | 10100 | 101101 |
Color Harmonies of #89825B
Complementary color
Monochromatic Colors of #89825B
Black with #89825B
Text Example
Text Example
White with #89825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89825B; }
p { color: rgb(137,130,91); }
H1.HeaderClassName
{
color: #89825B;
}
.AnyTagClassName
{
color: #89825B;
}
</style>
background-color css
<style>
a { background-color: #89825B; }
a { background-color: rgb(137,130,91); }
div.DivClassName
{
background-color: #89825B;
}
.BgClassName
{
background-color: #89825B;
}
</style>
border-color css
<style>
span { border-color: #89825B; }
span { border-color: rgb(137,130,91); }
td.TdClassName
{
border-color: #89825B;
}
.TagClassName
{
border-color: #89825B;
}
</style>