Html Css Color HEX #89745D Cement

📋 copy color: '#89745D'

red 137 ◦ green 116 ◦ blue 93

#89745D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cement #89745D

Tints of Cement #89745D

RGB

 RED value IS 137 (53.91% from 255) = 39.6%

 GREEN value IS 116 (45.7% from 255) = 33.53%

 BLUE value IS 93 (36.72% from 255) = 26.88%

R = 39.6%
G = 33.53%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#89745D (or 0x89745D) is known color: 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

RGB 137 116 93 -
CMYK 0 0.15 0.32 0.46
HSL 31.36º 0.19% 0.45% -
HSV(B) 31.36º 0.32% 0.54% -
XYZ 18.54 18.6 12.97 -
YUV 119.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 137 116 93 0 0.15 0.32 0.46 31.36 0.19 0.45
Hex 89 74 5D 0 F 20 2E 1F 13 2D
Octal 211 164 135 0 17 40 56 37 23 55
Binary 10001001 1110100 1011101 0 1111 100000 101110 11111 10011 101101

Color Harmonies of #89745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89745D

Black with #89745D

Text Example


Text Example

White with #89745D

Text Example


Text Example

HTML Codes & Css Web 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>