#897055

Color #897055 Cement (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cement #897055

Tints of Cement #897055

Color information

#897055 (or 0x897055) is unknown color: approx Cement. HEX triplet: 89, 70 and 55. RGB value is (137,112,85). Sum of RGB (Red+Green+Blue) = 137+112+85=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #897055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897055 is #768FAA. Grayscale: #747474. Windows color (decimal): -7770027 or 5599369. OLE color: 5599369.

HSL color Cylindrical-coordinate representation of color #897055: hue angle of 31.15º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #897055 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB13711285-
CMYK00.180.380.46
HSL31.15º23.42%43.53%-
HSV(B)31.15º37.96%53.73%-
XYZ17.7517.5611.05-
YUV116.4110.28142.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.02%
GREEN value IS 112 (44.14% from 255) = 33.53%
BLUE value IS 85 (33.59% from 255) = 25.45%
R=41.02%
G=33.53%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371128500.180.380.4631.1523.4243.53
Hex897055012262E1f172c
Octal2111601250224656372754
Binary10001001111000010101010100101001101011101111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897055; }

 p { color: rgb(137,112,85); }

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

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

 a { background-color: rgb(137,112,85); }

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

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

 span { border-color: rgb(137,112,85); }

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