Html Css Color HEX #8E7454 Cement

📋 copy color: '#8E7454'

red 142 ◦ green 116 ◦ blue 84

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

Shades of Cement #8E7454

Tints of Cement #8E7454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.56%

R = 41.52%
G = 33.92%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#8E7454 (or 0x8E7454) is known color: Cement. HEX triplet: 8E, 74 and 54. RGB value is (142,116,84). Sum of RGB (Red+Green+Blue) = 142+116+84=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7454 is #718BAB. Grayscale: #787878. Windows color (decimal): -7441324 or 5534862. OLE color: 5534862.

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

Color convert

RGB 142 116 84 -
CMYK 0 0.18 0.41 0.44
HSL 33.1º 0.26% 0.44% -
HSV(B) 33.1º 0.41% 0.56% -
XYZ 19 18.88 11.03 -
YUV 120.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 142 116 84 0 0.18 0.41 0.44 33.1 0.26 0.44
Hex 8E 74 54 0 12 29 2C 21 1A 2C
Octal 216 164 124 0 22 51 54 41 32 54
Binary 10001110 1110100 1010100 0 10010 101001 101100 100001 11010 101100

Color Harmonies of #8E7454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7454

Black with #8E7454

Text Example


Text Example

White with #8E7454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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