#897B4C

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

Shades of Clay Creek #897B4C

Tints of Clay Creek #897B4C

Color information

#897B4C (or 0x897B4C) is unknown color: approx Clay Creek. HEX triplet: 89, 7B and 4C. RGB value is (137,123,76). Sum of RGB (Red+Green+Blue) = 137+123+76=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #897B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897B4C is #7684B3. Grayscale: #7A7A7A. Windows color (decimal): -7767220 or 5012361. OLE color: 5012361.

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

Color convert

RGB13712376-
CMYK00.100.450.46
HSL46.23º28.64%41.76%-
HSV(B)46.23º44.53%53.73%-
XYZ18.720.019.71-
YUV121.83102.14138.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.77%
GREEN value IS 123 (48.44% from 255) = 36.61%
BLUE value IS 76 (30.08% from 255) = 22.62%
R=40.77%
G=36.61%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371237600.100.450.4646.2328.6441.76
Hex897B4C0A2D2E2e1d2a
Octal2111731140125556563552
Binary10001001111101110011000101010110110111010111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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