#897E48

Color #897E48 Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #897E48

Tints of Clay Creek #897E48

Color information

#897E48 (or 0x897E48) is unknown color: approx Clay Creek. HEX triplet: 89, 7E and 48. RGB value is (137,126,72). Sum of RGB (Red+Green+Blue) = 137+126+72=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #897E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897E48 is #7681B7. Grayscale: #7B7B7B. Windows color (decimal): -7766456 or 4750985. OLE color: 4750985.

HSL color Cylindrical-coordinate representation of color #897E48: hue angle of 49.85º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #897E48 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB13712672-
CMYK00.080.470.46
HSL49.85º31.1%40.98%-
HSV(B)49.85º47.45%53.73%-
XYZ18.9520.719.13-
YUV123.1399.14137.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 126 (49.61% from 255) = 37.61%
BLUE value IS 72 (28.52% from 255) = 21.49%
R=40.90%
G=37.61%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371267200.080.470.4649.8531.140.98
Hex897E48082F2E321f29
Octal2111761100105756623751
Binary10001001111111010010000100010111110111011001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897E48; }

 p { color: rgb(137,126,72); }

 H1.HeaderClassName
 {
   color: #897E48;
 }
 .AnyTagClassName
 {
   color: #897E48;
 }
</style>
background-color css

<style>
 a { background-color: #897E48; }

 a { background-color: rgb(137,126,72); }

 div.DivClassName
 {
   background-color: #897E48;
 }
 .BgClassName
 {
   background-color: #897E48;
 }
</style>
border-color css

<style>
 span { border-color: #897E48; }

 span { border-color: rgb(137,126,72); }

 td.TdClassName
 {
   border-color: #897E48;
 }
 .TagClassName
 {
   border-color: #897E48;
 }
</style>