#897F4E

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

Shades of Clay Creek #897F4E

Tints of Clay Creek #897F4E

Color information

#897F4E (or 0x897F4E) is unknown color: approx Clay Creek. HEX triplet: 89, 7F and 4E. RGB value is (137,127,78). Sum of RGB (Red+Green+Blue) = 137+127+78=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #897F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897F4E is #7680B1. Grayscale: #7C7C7C. Windows color (decimal): -7766194 or 5144457. OLE color: 5144457.

HSL color Cylindrical-coordinate representation of color #897F4E: hue angle of 49.83º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #897F4E is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB13712778-
CMYK00.070.430.46
HSL49.83º27.44%42.16%-
HSV(B)49.83º43.07%53.73%-
XYZ19.2821.0510.25-
YUV124.4101.81136.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.06%
GREEN value IS 127 (50% from 255) = 37.13%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=40.06%
G=37.13%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371277800.070.430.4649.8327.4442.16
Hex897F4E072B2E321b2a
Octal211177116075356623352
Binary1000100111111111001110011110101110111011001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,127,78); }

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

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

 a { background-color: rgb(137,127,78); }

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

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

 span { border-color: rgb(137,127,78); }

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