#897253

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

Shades of Cement #897253

Tints of Cement #897253

Color information

#897253 (or 0x897253) is unknown color: approx Cement. HEX triplet: 89, 72 and 53. RGB value is (137,114,83). Sum of RGB (Red+Green+Blue) = 137+114+83=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #897253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897253 is #768DAC. Grayscale: #757575. Windows color (decimal): -7769517 or 5468809. OLE color: 5468809.

HSL color Cylindrical-coordinate representation of color #897253: hue angle of 34.44º degrees, saturation: 0.25, 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 #897253 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB13711483-
CMYK00.170.390.46
HSL34.44º24.55%43.14%-
HSV(B)34.44º39.42%53.73%-
XYZ17.917.9810.71-
YUV117.34108.62142.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.02%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 83 (32.81% from 255) = 24.85%
R=41.02%
G=34.13%
B=24.85%

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
Decimal1371148300.170.390.4634.4424.5543.14
Hex897253011272E22192b
Octal2111621230214756423153
Binary100010011110010101001101000110011110111010001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897253; }

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

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

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

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

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

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

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

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