Shades of Clay Creek #897B45
Tints of Clay Creek #897B45
RGB
CMYK
RGB Variations
Color information
#897B45 (or 0x897B45) is known color: Clay Creek. HEX triplet: 89, 7B and 45. RGB value is (137,123,69). Sum of RGB (Red+Green+Blue) = 137+123+69=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #897B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897B45 is #7684BA. Grayscale: #797979. Windows color (decimal): -7767227 or 4553609. OLE color: 4553609.
HSL color Cylindrical-coordinate representation of color #897B45: hue angle of 47.65º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #897B45 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 123 | 69 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.46 |
| HSL | 47.65º | 0.33% | 0.4% | - |
| HSV(B) | 47.65º | 0.5% | 0.54% | - |
| XYZ | 18.47 | 19.91 | 8.5 | - |
| YUV | 121.03 | 98.64 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 69 | 0 | 0.10 | 0.50 | 0.46 | 47.65 | 0.33 | 0.4 |
| Hex | 89 | 7B | 45 | 0 | A | 32 | 2E | 30 | 21 | 28 |
| Octal | 211 | 173 | 105 | 0 | 12 | 62 | 56 | 60 | 41 | 50 |
| Binary | 10001001 | 1111011 | 1000101 | 0 | 1010 | 110010 | 101110 | 110000 | 100001 | 101000 |
Color Harmonies of #897B45
Complementary color
Monochromatic Colors of #897B45
Black with #897B45
Text Example
Text Example
White with #897B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897B45; }
p { color: rgb(137,123,69); }
H1.HeaderClassName
{
color: #897B45;
}
.AnyTagClassName
{
color: #897B45;
}
</style>
background-color css
<style>
a { background-color: #897B45; }
a { background-color: rgb(137,123,69); }
div.DivClassName
{
background-color: #897B45;
}
.BgClassName
{
background-color: #897B45;
}
</style>
border-color css
<style>
span { border-color: #897B45; }
span { border-color: rgb(137,123,69); }
td.TdClassName
{
border-color: #897B45;
}
.TagClassName
{
border-color: #897B45;
}
</style>