Html Css Color HEX #89725C Cement

📋 copy color: '#89725C'

red 137 ◦ green 114 ◦ blue 92

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

Shades of Cement #89725C

Tints of Cement #89725C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.82%

R = 39.94%
G = 33.24%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#89725C (or 0x89725C) is known color: Cement. HEX triplet: 89, 72 and 5C. RGB value is (137,114,92). Sum of RGB (Red+Green+Blue) = 137+114+92=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #89725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89725C is #768DA3. Grayscale: #767676. Windows color (decimal): -7769508 or 6058633. OLE color: 6058633.

HSL color Cylindrical-coordinate representation of color #89725C: hue angle of 29.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89725C is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 114 92 -
CMYK 0 0.17 0.33 0.46
HSL 29.33º 0.2% 0.45% -
HSV(B) 29.33º 0.33% 0.54% -
XYZ 18.27 18.13 12.66 -
YUV 118.37 113.12 141.29 -
System Red Green Blue C M Y K H S L
Decimal 137 114 92 0 0.17 0.33 0.46 29.33 0.2 0.45
Hex 89 72 5C 0 11 21 2E 1D 14 2D
Octal 211 162 134 0 21 41 56 35 24 55
Binary 10001001 1110010 1011100 0 10001 100001 101110 11101 10100 101101

Color Harmonies of #89725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89725C

Black with #89725C

Text Example


Text Example

White with #89725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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