#897D54

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

Shades of Clay Creek #897D54

Tints of Clay Creek #897D54

Color information

#897D54 (or 0x897D54) is unknown color: approx Clay Creek. HEX triplet: 89, 7D and 54. RGB value is (137,125,84). Sum of RGB (Red+Green+Blue) = 137+125+84=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #897D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D54 is #7682AB. Grayscale: #7C7C7C. Windows color (decimal): -7766700 or 5537161. OLE color: 5537161.

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

Color convert

RGB13712584-
CMYK00.090.390.46
HSL46.42º23.98%43.33%-
HSV(B)46.42º38.69%53.73%-
XYZ19.2520.6311.35-
YUV123.91105.48137.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.60%
GREEN value IS 125 (49.22% from 255) = 36.13%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=39.60%
G=36.13%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371258400.090.390.4646.4223.9843.33
Hex897D5409272E2e182b
Octal2111751240114756563053
Binary10001001111110110101000100110011110111010111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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