#89755B

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

Shades of Cement #89755B

Tints of Cement #89755B

Color information

#89755B (or 0x89755B) is unknown color: approx Cement. HEX triplet: 89, 75 and 5B. RGB value is (137,117,91). Sum of RGB (Red+Green+Blue) = 137+117+91=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #89755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89755B is #768AA4. Grayscale: #787878. Windows color (decimal): -7768741 or 5993865. OLE color: 5993865.

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

Color convert

RGB13711791-
CMYK00.150.340.46
HSL33.91º20.18%44.71%-
HSV(B)33.91º33.58%53.73%-
XYZ18.5718.812.55-
YUV120.02111.63140.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.71%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=39.71%
G=33.91%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371179100.150.340.4633.9120.1844.71
Hex89755B0F222E22142d
Octal2111651330174256422455
Binary10001001111010110110110111110001010111010001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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