Html Css Color HEX #89745A Cement

📋 copy color: '#89745A'

red 137 ◦ green 116 ◦ blue 90

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

Shades of Cement #89745A

Tints of Cement #89745A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.24%

R = 39.94%
G = 33.82%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#89745A (or 0x89745A) is known color: Cement. HEX triplet: 89, 74 and 5A. RGB value is (137,116,90). Sum of RGB (Red+Green+Blue) = 137+116+90=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #89745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89745A is #768BA5. Grayscale: #777777. Windows color (decimal): -7768998 or 5928073. OLE color: 5928073.

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

Color convert

RGB 137 116 90 -
CMYK 0 0.15 0.34 0.46
HSL 33.19º 0.21% 0.45% -
HSV(B) 33.19º 0.34% 0.54% -
XYZ 18.41 18.55 12.28 -
YUV 119.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 137 116 90 0 0.15 0.34 0.46 33.19 0.21 0.45
Hex 89 74 5A 0 F 22 2E 21 15 2D
Octal 211 164 132 0 17 42 56 41 25 55
Binary 10001001 1110100 1011010 0 1111 100010 101110 100001 10101 101101

Color Harmonies of #89745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89745A

Black with #89745A

Text Example


Text Example

White with #89745A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89745A;
 }
 .AnyTagClassName
 {
   color: #89745A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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