#897254

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

Shades of Cement #897254

Tints of Cement #897254

Color information

#897254 (or 0x897254) is unknown color: approx Cement. HEX triplet: 89, 72 and 54. RGB value is (137,114,84). Sum of RGB (Red+Green+Blue) = 137+114+84=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #897254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897254 is #768DAB. Grayscale: #757575. Windows color (decimal): -7769516 or 5534345. OLE color: 5534345.

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

Color convert

RGB13711484-
CMYK00.170.390.46
HSL33.96º23.98%43.33%-
HSV(B)33.96º38.69%53.73%-
XYZ17.9317.9910.92-
YUV117.46109.12141.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=40.90%
G=34.03%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371148400.170.390.4633.9623.9843.33
Hex897254011272E22182b
Octal2111621240214756423053
Binary100010011110010101010001000110011110111010001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897254; }

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

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

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

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

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

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

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

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