#897F5D

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

Shades of Clay Creek #897F5D

Tints of Clay Creek #897F5D

Color information

#897F5D (or 0x897F5D) is unknown color: approx Clay Creek. HEX triplet: 89, 7F and 5D. RGB value is (137,127,93). Sum of RGB (Red+Green+Blue) = 137+127+93=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #897F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897F5D is #7680A2. Grayscale: #7E7E7E. Windows color (decimal): -7766179 or 6127497. OLE color: 6127497.

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

Color convert

RGB13712793-
CMYK00.070.320.46
HSL46.36º19.13%45.1%-
HSV(B)46.36º32.12%53.73%-
XYZ19.8821.2913.42-
YUV126.11109.31135.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.38%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 93 (36.72% from 255) = 26.05%
R=38.38%
G=35.57%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371279300.070.320.4646.3619.1345.1
Hex897F5D07202E2e132d
Octal211177135074056562355
Binary1000100111111111011101011110000010111010111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,127,93); }

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

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

 a { background-color: rgb(137,127,93); }

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

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

 span { border-color: rgb(137,127,93); }

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