Shades of Clay Creek #897A52
Tints of Clay Creek #897A52
RGB
CMYK
RGB Variations
Color information
#897A52 (or 0x897A52) is known color: Clay Creek. HEX triplet: 89, 7A and 52. RGB value is (137,122,82). Sum of RGB (Red+Green+Blue) = 137+122+82=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #897A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897A52 is #7685AD. Grayscale: #7A7A7A. Windows color (decimal): -7767470 or 5405321. OLE color: 5405321.
HSL color Cylindrical-coordinate representation of color #897A52: hue angle of 43.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #897A52 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 122 | 82 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.46 |
| HSL | 43.64º | 0.25% | 0.43% | - |
| HSV(B) | 43.64º | 0.4% | 0.54% | - |
| XYZ | 18.8 | 19.85 | 10.82 | - |
| YUV | 121.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 82 | 0 | 0.11 | 0.40 | 0.46 | 43.64 | 0.25 | 0.43 |
| Hex | 89 | 7A | 52 | 0 | B | 28 | 2E | 2C | 19 | 2B |
| Octal | 211 | 172 | 122 | 0 | 13 | 50 | 56 | 54 | 31 | 53 |
| Binary | 10001001 | 1111010 | 1010010 | 0 | 1011 | 101000 | 101110 | 101100 | 11001 | 101011 |
Color Harmonies of #897A52
Complementary color
Monochromatic Colors of #897A52
Black with #897A52
Text Example
Text Example
White with #897A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A52; }
p { color: rgb(137,122,82); }
H1.HeaderClassName
{
color: #897A52;
}
.AnyTagClassName
{
color: #897A52;
}
</style>
background-color css
<style>
a { background-color: #897A52; }
a { background-color: rgb(137,122,82); }
div.DivClassName
{
background-color: #897A52;
}
.BgClassName
{
background-color: #897A52;
}
</style>
border-color css
<style>
span { border-color: #897A52; }
span { border-color: rgb(137,122,82); }
td.TdClassName
{
border-color: #897A52;
}
.TagClassName
{
border-color: #897A52;
}
</style>