#897A4B

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

Shades of Clay Creek #897A4B

Tints of Clay Creek #897A4B

Color information

#897A4B (or 0x897A4B) is unknown color: approx Clay Creek. HEX triplet: 89, 7A and 4B. RGB value is (137,122,75). Sum of RGB (Red+Green+Blue) = 137+122+75=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #897A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897A4B is #7685B4. Grayscale: #797979. Windows color (decimal): -7767477 or 4946569. OLE color: 4946569.

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

Color convert

RGB13712275-
CMYK00.110.450.46
HSL45.48º29.25%41.57%-
HSV(B)45.48º45.26%53.73%-
XYZ18.5519.759.49-
YUV121.13101.97139.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.02%
GREEN value IS 122 (48.05% from 255) = 36.53%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=41.02%
G=36.53%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371227500.110.450.4645.4829.2541.57
Hex897A4B0B2D2E2d1d2a
Octal2111721130135556553552
Binary10001001111101010010110101110110110111010110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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