#897D5E

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

Shades of Clay Creek #897D5E

Tints of Clay Creek #897D5E

Color information

#897D5E (or 0x897D5E) is unknown color: approx Clay Creek. HEX triplet: 89, 7D and 5E. RGB value is (137,125,94). Sum of RGB (Red+Green+Blue) = 137+125+94=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #897D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D5E is #7682A1. Grayscale: #7D7D7D. Windows color (decimal): -7766690 or 6192521. OLE color: 6192521.

HSL color Cylindrical-coordinate representation of color #897D5E: hue angle of 43.26º degrees, saturation: 0.19, 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 #897D5E is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB13712594-
CMYK00.090.310.46
HSL43.26º18.61%45.29%-
HSV(B)43.26º31.39%53.73%-
XYZ19.6720.7913.57-
YUV125.05110.48136.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 125 (49.22% from 255) = 35.11%
BLUE value IS 94 (37.11% from 255) = 26.40%
R=38.48%
G=35.11%
B=26.40%

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
Decimal1371259400.090.310.4643.2618.6145.29
Hex897D5E091F2E2b132d
Octal2111751360113756532355
Binary1000100111111011011110010011111110111010101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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