#897B48

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

Shades of Clay Creek #897B48

Tints of Clay Creek #897B48

Color information

#897B48 (or 0x897B48) is unknown color: approx Clay Creek. HEX triplet: 89, 7B and 48. RGB value is (137,123,72). Sum of RGB (Red+Green+Blue) = 137+123+72=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #897B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897B48 is #7684B7. Grayscale: #797979. Windows color (decimal): -7767224 or 4750217. OLE color: 4750217.

HSL color Cylindrical-coordinate representation of color #897B48: hue angle of 47.08º 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 #897B48 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB13712372-
CMYK00.100.470.46
HSL47.08º31.1%40.98%-
HSV(B)47.08º47.45%53.73%-
XYZ18.5719.959-
YUV121.37100.14139.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.27%
GREEN value IS 123 (48.44% from 255) = 37.05%
BLUE value IS 72 (28.52% from 255) = 21.69%
R=41.27%
G=37.05%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371237200.100.470.4647.0831.140.98
Hex897B480A2F2E2f1f29
Octal2111731100125756573751
Binary10001001111101110010000101010111110111010111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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