#897953

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

Shades of Clay Creek #897953

Tints of Clay Creek #897953

Color information

#897953 (or 0x897953) is unknown color: approx Clay Creek. HEX triplet: 89, 79 and 53. RGB value is (137,121,83). Sum of RGB (Red+Green+Blue) = 137+121+83=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #897953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897953 is #7686AC. Grayscale: #797979. Windows color (decimal): -7767725 or 5470601. OLE color: 5470601.

HSL color Cylindrical-coordinate representation of color #897953: hue angle of 42.22º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #897953 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB13712183-
CMYK00.120.390.46
HSL42.22º24.55%43.14%-
HSV(B)42.22º39.42%53.73%-
XYZ18.7219.6210.98-
YUV121.45106.3139.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 121 (47.66% from 255) = 35.48%
BLUE value IS 83 (32.81% from 255) = 24.34%
R=40.18%
G=35.48%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371218300.120.390.4642.2224.5543.14
Hex8979530C272E2a192b
Octal2111711230144756523153
Binary10001001111100110100110110010011110111010101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897953; }

 p { color: rgb(137,121,83); }

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

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

 a { background-color: rgb(137,121,83); }

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

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

 span { border-color: rgb(137,121,83); }

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