Html Css Color HEX #89725A Cement

📋 copy color: '#89725A'

red 137 ◦ green 114 ◦ blue 90

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

Shades of Cement #89725A

Tints of Cement #89725A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.43%

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

R = 40.18%
G = 33.43%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#89725A (or 0x89725A) is known color: Cement. HEX triplet: 89, 72 and 5A. RGB value is (137,114,90). Sum of RGB (Red+Green+Blue) = 137+114+90=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #89725A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89725A is #768DA5. Grayscale: #767676. Windows color (decimal): -7769510 or 5927561. OLE color: 5927561.

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

Color convert

RGB 137 114 90 -
CMYK 0 0.17 0.34 0.46
HSL 30.64º 0.21% 0.45% -
HSV(B) 30.64º 0.34% 0.54% -
XYZ 18.18 18.09 12.21 -
YUV 118.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 137 114 90 0 0.17 0.34 0.46 30.64 0.21 0.45
Hex 89 72 5A 0 11 22 2E 1F 15 2D
Octal 211 162 132 0 21 42 56 37 25 55
Binary 10001001 1110010 1011010 0 10001 100010 101110 11111 10101 101101

Color Harmonies of #89725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89725A

Black with #89725A

Text Example


Text Example

White with #89725A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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