#897C4B

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

Shades of Clay Creek #897C4B

Tints of Clay Creek #897C4B

Color information

#897C4B (or 0x897C4B) is unknown color: approx Clay Creek. HEX triplet: 89, 7C and 4B. RGB value is (137,124,75). Sum of RGB (Red+Green+Blue) = 137+124+75=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #897C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897C4B is #7683B4. Grayscale: #7A7A7A. Windows color (decimal): -7766965 or 4947081. OLE color: 4947081.

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

Color convert

RGB13712475-
CMYK00.090.450.46
HSL47.42º29.25%41.57%-
HSV(B)47.42º45.26%53.73%-
XYZ18.7920.249.57-
YUV122.3101.31138.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.77%
GREEN value IS 124 (48.83% from 255) = 36.90%
BLUE value IS 75 (29.69% from 255) = 22.32%
R=40.77%
G=36.90%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371247500.090.450.4647.4229.2541.57
Hex897C4B092D2E2f1d2a
Octal2111741130115556573552
Binary10001001111110010010110100110110110111010111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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