#89755D

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

Shades of Cement #89755D

Tints of Cement #89755D

Color information

#89755D (or 0x89755D) is unknown color: approx Cement. HEX triplet: 89, 75 and 5D. RGB value is (137,117,93). Sum of RGB (Red+Green+Blue) = 137+117+93=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #89755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89755D is #768AA2. Grayscale: #787878. Windows color (decimal): -7768739 or 6124937. OLE color: 6124937.

HSL color Cylindrical-coordinate representation of color #89755D: hue angle of 32.73º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89755D is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB13711793-
CMYK00.150.320.46
HSL32.73º19.13%45.1%-
HSV(B)32.73º32.12%53.73%-
XYZ18.6518.8313.01-
YUV120.24112.63139.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.48%
GREEN value IS 117 (46.09% from 255) = 33.72%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=39.48%
G=33.72%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371179300.150.320.4632.7319.1345.1
Hex89755D0F202E21132d
Octal2111651350174056412355
Binary10001001111010110111010111110000010111010000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89755D; }

 p { color: rgb(137,117,93); }

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

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

 a { background-color: rgb(137,117,93); }

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

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

 span { border-color: rgb(137,117,93); }

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