#89735D

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

Shades of Cement #89735D

Tints of Cement #89735D

Color information

#89735D (or 0x89735D) is unknown color: approx Cement. HEX triplet: 89, 73 and 5D. RGB value is (137,115,93). Sum of RGB (Red+Green+Blue) = 137+115+93=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #89735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89735D is #768CA2. Grayscale: #777777. Windows color (decimal): -7769251 or 6124425. OLE color: 6124425.

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

Color convert

RGB13711593-
CMYK00.160.320.46
HSL30º19.13%45.1%-
HSV(B)30º32.12%53.73%-
XYZ18.4218.3712.93-
YUV119.07113.29140.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.71%
GREEN value IS 115 (45.31% from 255) = 33.33%
BLUE value IS 93 (36.72% from 255) = 26.96%
R=39.71%
G=33.33%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371159300.160.320.463019.1345.1
Hex89735D010202E1e132d
Octal2111631350204056362355
Binary10001001111001110111010100001000001011101111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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