Html Css Color HEX #8E7350 Cement

📋 copy color: '#8E7350'

red 142 ◦ green 115 ◦ blue 80

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

Shades of Cement #8E7350

Tints of Cement #8E7350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.12%

 BLUE value IS 80 (31.64% from 255) = 23.74%

R = 42.14%
G = 34.12%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8E7350 (or 0x8E7350) is known color: Cement. HEX triplet: 8E, 73 and 50. RGB value is (142,115,80). Sum of RGB (Red+Green+Blue) = 142+115+80=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7350 is #718CAF. Grayscale: #777777. Windows color (decimal): -7441584 or 5272462. OLE color: 5272462.

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

Color convert

RGB 142 115 80 -
CMYK 0 0.19 0.44 0.44
HSL 33.87º 0.28% 0.44% -
HSV(B) 33.87º 0.44% 0.56% -
XYZ 18.73 18.59 10.19 -
YUV 119.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 142 115 80 0 0.19 0.44 0.44 33.87 0.28 0.44
Hex 8E 73 50 0 13 2C 2C 22 1C 2C
Octal 216 163 120 0 23 54 54 42 34 54
Binary 10001110 1110011 1010000 0 10011 101100 101100 100010 11100 101100

Color Harmonies of #8E7350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7350

Black with #8E7350

Text Example


Text Example

White with #8E7350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,115,80); }

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

background-color css

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

 a { background-color: rgb(142,115,80); }

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

border-color css

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

 span { border-color: rgb(142,115,80); }

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