#897950

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

Shades of Clay Creek #897950

Tints of Clay Creek #897950

Color information

#897950 (or 0x897950) is unknown color: approx Clay Creek. HEX triplet: 89, 79 and 50. RGB value is (137,121,80). Sum of RGB (Red+Green+Blue) = 137+121+80=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #897950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897950 is #7686AF. Grayscale: #797979. Windows color (decimal): -7767728 or 5273993. OLE color: 5273993.

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

Color convert

RGB13712180-
CMYK00.120.420.46
HSL43.16º26.27%42.55%-
HSV(B)43.16º41.61%53.73%-
XYZ18.619.5710.39-
YUV121.11104.8139.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.53%
GREEN value IS 121 (47.66% from 255) = 35.80%
BLUE value IS 80 (31.64% from 255) = 23.67%
R=40.53%
G=35.80%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371218000.120.420.4643.1626.2742.55
Hex8979500C2A2E2b1a2b
Octal2111711200145256533253
Binary10001001111100110100000110010101010111010101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897950; }

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

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

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

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

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

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

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

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