#897A45

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

Shades of Clay Creek #897A45

Tints of Clay Creek #897A45

Color information

#897A45 (or 0x897A45) is unknown color: approx Clay Creek. HEX triplet: 89, 7A and 45. RGB value is (137,122,69). Sum of RGB (Red+Green+Blue) = 137+122+69=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #897A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897A45 is #7685BA. Grayscale: #787878. Windows color (decimal): -7767483 or 4553353. OLE color: 4553353.

HSL color Cylindrical-coordinate representation of color #897A45: hue angle of 46.76º 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 #897A45 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB13712269-
CMYK00.110.500.46
HSL46.76º33.01%40.39%-
HSV(B)46.76º49.64%53.73%-
XYZ18.3519.678.46-
YUV120.4498.97139.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.77%
GREEN value IS 122 (48.05% from 255) = 37.20%
BLUE value IS 69 (27.34% from 255) = 21.04%
R=41.77%
G=37.20%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371226900.110.500.4646.7633.0140.39
Hex897A450B322E2f2128
Octal2111721050136256574150
Binary100010011111010100010101011110010101110101111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,122,69); }

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

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

 a { background-color: rgb(137,122,69); }

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

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

 span { border-color: rgb(137,122,69); }

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