#89745D

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

Shades of Cement #89745D

Tints of Cement #89745D

Color information

#89745D (or 0x89745D) is unknown color: approx Cement. HEX triplet: 89, 74 and 5D. RGB value is (137,116,93). Sum of RGB (Red+Green+Blue) = 137+116+93=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #89745D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89745D is #768BA2. Grayscale: #777777. Windows color (decimal): -7768995 or 6124681. OLE color: 6124681.

HSL color Cylindrical-coordinate representation of color #89745D: hue angle of 31.36º 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 #89745D is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB13711693-
CMYK00.150.320.46
HSL31.36º19.13%45.1%-
HSV(B)31.36º32.12%53.73%-
XYZ18.5418.612.97-
YUV119.66112.96140.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.60%
GREEN value IS 116 (45.70% from 255) = 33.53%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=39.60%
G=33.53%
B=26.88%

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
Decimal1371169300.150.320.4631.3619.1345.1
Hex89745D0F202E1f132d
Octal2111641350174056372355
Binary1000100111101001011101011111000001011101111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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