Html Css Color HEX #8E745B Cement

📋 copy color: '#8E745B'

red 142 ◦ green 116 ◦ blue 91

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

Shades of Cement #8E745B

Tints of Cement #8E745B

RGB

 RED value IS 142 (55.86% from 255) = 40.69%

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

 BLUE value IS 91 (35.94% from 255) = 26.07%

R = 40.69%
G = 33.24%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8E745B (or 0x8E745B) is known color: Cement. HEX triplet: 8E, 74 and 5B. RGB value is (142,116,91). Sum of RGB (Red+Green+Blue) = 142+116+91=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 142 - color contains mainly: red. Hex color #8E745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E745B is #718BA4. Grayscale: #797979. Windows color (decimal): -7441317 or 5993614. OLE color: 5993614.

HSL color Cylindrical-coordinate representation of color #8E745B: hue angle of 29.41º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E745B is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 116 91 -
CMYK 0 0.18 0.36 0.44
HSL 29.41º 0.22% 0.46% -
HSV(B) 29.41º 0.36% 0.56% -
XYZ 19.29 19 12.55 -
YUV 120.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 142 116 91 0 0.18 0.36 0.44 29.41 0.22 0.46
Hex 8E 74 5B 0 12 24 2C 1D 16 2E
Octal 216 164 133 0 22 44 54 35 26 56
Binary 10001110 1110100 1011011 0 10010 100100 101100 11101 10110 101110

Color Harmonies of #8E745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E745B

Black with #8E745B

Text Example


Text Example

White with #8E745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E745B; }

 p { color: rgb(142,116,91); }

 H1.HeaderClassName
 {
   color: #8E745B;
 }
 .AnyTagClassName
 {
   color: #8E745B;
 }
</style>

background-color css

<style>
 a { background-color: #8E745B; }

 a { background-color: rgb(142,116,91); }

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

border-color css

<style>
 span { border-color: #8E745B; }

 span { border-color: rgb(142,116,91); }

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