#89715A

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

Shades of Cement #89715A

Tints of Cement #89715A

Color information

#89715A (or 0x89715A) is unknown color: approx Cement. HEX triplet: 89, 71 and 5A. RGB value is (137,113,90). Sum of RGB (Red+Green+Blue) = 137+113+90=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #89715A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89715A is #768EA5. Grayscale: #757575. Windows color (decimal): -7769766 or 5927305. OLE color: 5927305.

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

Color convert

RGB13711390-
CMYK00.180.340.46
HSL29.36º20.7%44.51%-
HSV(B)29.36º34.31%53.73%-
XYZ18.0717.8712.17-
YUV117.55112.45141.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.29%
GREEN value IS 113 (44.53% from 255) = 33.24%
BLUE value IS 90 (35.55% from 255) = 26.47%
R=40.29%
G=33.24%
B=26.47%

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
Decimal1371139000.180.340.4629.3620.744.51
Hex89715A012222E1d152d
Octal2111611320224256352555
Binary10001001111000110110100100101000101011101110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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