#897258

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

Shades of Cement #897258

Tints of Cement #897258

Color information

#897258 (or 0x897258) is unknown color: approx Cement. HEX triplet: 89, 72 and 58. RGB value is (137,114,88). Sum of RGB (Red+Green+Blue) = 137+114+88=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #897258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897258 is #768DA7. Grayscale: #767676. Windows color (decimal): -7769512 or 5796489. OLE color: 5796489.

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

Color convert

RGB13711488-
CMYK00.170.360.46
HSL31.84º21.78%44.12%-
HSV(B)31.84º35.77%53.73%-
XYZ18.118.0611.76-
YUV117.91111.12141.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.41%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 88 (34.77% from 255) = 25.96%
R=40.41%
G=33.63%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371148800.170.360.4631.8421.7844.12
Hex897258011242E20162c
Octal2111621300214456402654
Binary100010011110010101100001000110010010111010000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897258; }

 p { color: rgb(137,114,88); }

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

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

 a { background-color: rgb(137,114,88); }

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

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

 span { border-color: rgb(137,114,88); }

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