Html Css Color HEX #89755D Cement

📋 copy color: '#89755D'

red 137 ◦ green 117 ◦ blue 93

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

Shades of Cement #89755D

Tints of Cement #89755D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.72%

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

R = 39.48%
G = 33.72%
B = 26.8%

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

#89755D (or 0x89755D) is known color: Cement. HEX triplet: 89, 75 and 5D. RGB value is (137,117,93). Sum of RGB (Red+Green+Blue) = 137+117+93=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #89755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89755D is #768AA2. Grayscale: #787878. Windows color (decimal): -7768739 or 6124937. OLE color: 6124937.

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

Color convert

RGB 137 117 93 -
CMYK 0 0.15 0.32 0.46
HSL 32.73º 0.19% 0.45% -
HSV(B) 32.73º 0.32% 0.54% -
XYZ 18.65 18.83 13.01 -
YUV 120.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 137 117 93 0 0.15 0.32 0.46 32.73 0.19 0.45
Hex 89 75 5D 0 F 20 2E 21 13 2D
Octal 211 165 135 0 17 40 56 41 23 55
Binary 10001001 1110101 1011101 0 1111 100000 101110 100001 10011 101101

Color Harmonies of #89755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89755D

Black with #89755D

Text Example


Text Example

White with #89755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89755D;
 }
 .AnyTagClassName
 {
   color: #89755D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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