#897C48

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

Shades of Clay Creek #897C48

Tints of Clay Creek #897C48

Color information

#897C48 (or 0x897C48) is unknown color: approx Clay Creek. HEX triplet: 89, 7C and 48. RGB value is (137,124,72). Sum of RGB (Red+Green+Blue) = 137+124+72=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #897C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897C48 is #7683B7. Grayscale: #7A7A7A. Windows color (decimal): -7766968 or 4750473. OLE color: 4750473.

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

Color convert

RGB13712472-
CMYK00.090.470.46
HSL48º31.1%40.98%-
HSV(B)48º47.45%53.73%-
XYZ18.6920.29.04-
YUV121.9699.81138.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.14%
GREEN value IS 124 (48.83% from 255) = 37.24%
BLUE value IS 72 (28.52% from 255) = 21.62%
R=41.14%
G=37.24%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371247200.090.470.464831.140.98
Hex897C48092F2E301f29
Octal2111741100115756603751
Binary10001001111110010010000100110111110111011000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,124,72); }

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

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

 a { background-color: rgb(137,124,72); }

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

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

 span { border-color: rgb(137,124,72); }

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