Html Css Color HEX #8E745A Cement

📋 copy color: '#8E745A'

red 142 ◦ green 116 ◦ blue 90

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

Shades of Cement #8E745A

Tints of Cement #8E745A

RGB

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

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

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

R = 40.8%
G = 33.33%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#8E745A (or 0x8E745A) is known color: Cement. HEX triplet: 8E, 74 and 5A. RGB value is (142,116,90). Sum of RGB (Red+Green+Blue) = 142+116+90=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E745A is #718BA5. Grayscale: #787878. Windows color (decimal): -7441318 or 5928078. OLE color: 5928078.

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

Color convert

RGB 142 116 90 -
CMYK 0 0.18 0.37 0.44
HSL 30º 0.22% 0.45% -
HSV(B) 30º 0.37% 0.56% -
XYZ 19.25 18.98 12.32 -
YUV 120.81 110.61 143.11 -
System Red Green Blue C M Y K H S L
Decimal 142 116 90 0 0.18 0.37 0.44 30 0.22 0.45
Hex 8E 74 5A 0 12 25 2C 1E 16 2D
Octal 216 164 132 0 22 45 54 36 26 55
Binary 10001110 1110100 1011010 0 10010 100101 101100 11110 10110 101101

Color Harmonies of #8E745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E745A

Black with #8E745A

Text Example


Text Example

White with #8E745A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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