Shades of Clay Creek #897F52
Tints of Clay Creek #897F52
RGB
CMYK
RGB Variations
Color information
#897F52 (or 0x897F52) is known color: Clay Creek. HEX triplet: 89, 7F and 52. RGB value is (137,127,82). Sum of RGB (Red+Green+Blue) = 137+127+82=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #897F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897F52 is #7680AD. Grayscale: #7D7D7D. Windows color (decimal): -7766190 or 5406601. OLE color: 5406601.
HSL color Cylindrical-coordinate representation of color #897F52: hue angle of 49.09º 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 #897F52 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 127 | 82 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.46 |
| HSL | 49.09º | 0.25% | 0.43% | - |
| HSV(B) | 49.09º | 0.4% | 0.54% | - |
| XYZ | 19.43 | 21.11 | 11.03 | - |
| YUV | 124.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 82 | 0 | 0.07 | 0.40 | 0.46 | 49.09 | 0.25 | 0.43 |
| Hex | 89 | 7F | 52 | 0 | 7 | 28 | 2E | 31 | 19 | 2B |
| Octal | 211 | 177 | 122 | 0 | 7 | 50 | 56 | 61 | 31 | 53 |
| Binary | 10001001 | 1111111 | 1010010 | 0 | 111 | 101000 | 101110 | 110001 | 11001 | 101011 |
Color Harmonies of #897F52
Complementary color
Monochromatic Colors of #897F52
Black with #897F52
Text Example
Text Example
White with #897F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897F52; }
p { color: rgb(137,127,82); }
H1.HeaderClassName
{
color: #897F52;
}
.AnyTagClassName
{
color: #897F52;
}
</style>
background-color css
<style>
a { background-color: #897F52; }
a { background-color: rgb(137,127,82); }
div.DivClassName
{
background-color: #897F52;
}
.BgClassName
{
background-color: #897F52;
}
</style>
border-color css
<style>
span { border-color: #897F52; }
span { border-color: rgb(137,127,82); }
td.TdClassName
{
border-color: #897F52;
}
.TagClassName
{
border-color: #897F52;
}
</style>