#897F4B

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

Shades of Clay Creek #897F4B

Tints of Clay Creek #897F4B

Color information

#897F4B (or 0x897F4B) is unknown color: approx Clay Creek. HEX triplet: 89, 7F and 4B. RGB value is (137,127,75). Sum of RGB (Red+Green+Blue) = 137+127+75=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #897F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897F4B is #7680B4. Grayscale: #7C7C7C. Windows color (decimal): -7766197 or 4947849. OLE color: 4947849.

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

Color convert

RGB13712775-
CMYK00.070.450.46
HSL50.32º29.25%41.57%-
HSV(B)50.32º45.26%53.73%-
XYZ19.1821.019.7-
YUV124.06100.31137.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.41%
GREEN value IS 127 (50% from 255) = 37.46%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=40.41%
G=37.46%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371277500.070.450.4650.3229.2541.57
Hex897F4B072D2E321d2a
Octal211177113075556623552
Binary1000100111111111001011011110110110111011001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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