#89715B

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

Shades of Cement #89715B

Tints of Cement #89715B

Color information

#89715B (or 0x89715B) is unknown color: approx Cement. HEX triplet: 89, 71 and 5B. RGB value is (137,113,91). Sum of RGB (Red+Green+Blue) = 137+113+91=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #89715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89715B is #768EA4. Grayscale: #757575. Windows color (decimal): -7769765 or 5992841. OLE color: 5992841.

HSL color Cylindrical-coordinate representation of color #89715B: hue angle of 28.7º 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 #89715B is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB13711391-
CMYK00.180.340.46
HSL28.7º20.18%44.71%-
HSV(B)28.7º33.58%53.73%-
XYZ18.1117.8812.39-
YUV117.67112.95141.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 113 (44.53% from 255) = 33.14%
BLUE value IS 91 (35.94% from 255) = 26.69%
R=40.18%
G=33.14%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371139100.180.340.4628.720.1844.71
Hex89715B012222E1d142d
Octal2111611330224256352455
Binary10001001111000110110110100101000101011101110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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