#897D5F

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

Shades of Clay Creek #897D5F

Tints of Clay Creek #897D5F

Color information

#897D5F (or 0x897D5F) is unknown color: approx Clay Creek. HEX triplet: 89, 7D and 5F. RGB value is (137,125,95). Sum of RGB (Red+Green+Blue) = 137+125+95=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #897D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D5F is #7682A0. Grayscale: #7D7D7D. Windows color (decimal): -7766689 or 6258057. OLE color: 6258057.

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

Color convert

RGB13712595-
CMYK00.090.310.46
HSL42.86º18.1%45.49%-
HSV(B)42.86º30.66%53.73%-
XYZ19.7220.8113.8-
YUV125.17110.98136.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.38%
GREEN value IS 125 (49.22% from 255) = 35.01%
BLUE value IS 95 (37.5% from 255) = 26.61%
R=38.38%
G=35.01%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371259500.090.310.4642.8618.145.49
Hex897D5F091F2E2b122d
Octal2111751370113756532255
Binary1000100111111011011111010011111110111010101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,125,95); }

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

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

 a { background-color: rgb(137,125,95); }

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

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

 span { border-color: rgb(137,125,95); }

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