#89785A

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

Shades of Cement #89785A

Tints of Cement #89785A

Color information

#89785A (or 0x89785A) is unknown color: approx Cement. HEX triplet: 89, 78 and 5A. RGB value is (137,120,90). Sum of RGB (Red+Green+Blue) = 137+120+90=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #89785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89785A is #7687A5. Grayscale: #797979. Windows color (decimal): -7767974 or 5929097. OLE color: 5929097.

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

Color convert

RGB13712090-
CMYK00.120.340.46
HSL38.3º20.7%44.51%-
HSV(B)38.3º34.31%53.73%-
XYZ18.8819.4912.44-
YUV121.66110.13138.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.48%
GREEN value IS 120 (47.27% from 255) = 34.58%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=39.48%
G=34.58%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371209000.120.340.4638.320.744.51
Hex89785A0C222E26152d
Octal2111701320144256462555
Binary10001001111100010110100110010001010111010011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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