#897B5C

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

Shades of Clay Creek #897B5C

Tints of Clay Creek #897B5C

Color information

#897B5C (or 0x897B5C) is unknown color: approx Clay Creek. HEX triplet: 89, 7B and 5C. RGB value is (137,123,92). Sum of RGB (Red+Green+Blue) = 137+123+92=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #897B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897B5C is #7684A3. Grayscale: #7B7B7B. Windows color (decimal): -7767204 or 6060937. OLE color: 6060937.

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

Color convert

RGB13712392-
CMYK00.100.330.46
HSL41.33º19.65%44.9%-
HSV(B)41.33º32.85%53.73%-
XYZ19.3320.2613.02-
YUV123.65110.14137.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.92%
GREEN value IS 123 (48.44% from 255) = 34.94%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=38.92%
G=34.94%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371239200.100.330.4641.3319.6544.9
Hex897B5C0A212E29142d
Octal2111731340124156512455
Binary10001001111101110111000101010000110111010100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,123,92); }

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

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

 a { background-color: rgb(137,123,92); }

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

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

 span { border-color: rgb(137,123,92); }

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