#897D5B

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

Shades of Clay Creek #897D5B

Tints of Clay Creek #897D5B

Color information

#897D5B (or 0x897D5B) is unknown color: approx Clay Creek. HEX triplet: 89, 7D and 5B. RGB value is (137,125,91). Sum of RGB (Red+Green+Blue) = 137+125+91=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #897D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D5B is #7682A4. Grayscale: #7C7C7C. Windows color (decimal): -7766693 or 5995913. OLE color: 5995913.

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

Color convert

RGB13712591-
CMYK00.090.340.46
HSL44.35º20.18%44.71%-
HSV(B)44.35º33.58%53.73%-
XYZ19.5420.7412.87-
YUV124.71108.98136.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.81%
GREEN value IS 125 (49.22% from 255) = 35.41%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=38.81%
G=35.41%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371259100.090.340.4644.3520.1844.71
Hex897D5B09222E2c142d
Octal2111751330114256542455
Binary10001001111110110110110100110001010111010110010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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