Html Css Color HEX #8E7053 Cement

📋 copy color: '#8E7053'

red 142 ◦ green 112 ◦ blue 83

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

Shades of Cement #8E7053

Tints of Cement #8E7053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.23%

 BLUE value IS 83 (32.81% from 255) = 24.63%

R = 42.14%
G = 33.23%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#8E7053 (or 0x8E7053) is known color: Cement. HEX triplet: 8E, 70 and 53. RGB value is (142,112,83). Sum of RGB (Red+Green+Blue) = 142+112+83=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7053 is #718FAC. Grayscale: #757575. Windows color (decimal): -7442349 or 5468302. OLE color: 5468302.

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

Color convert

RGB 142 112 83 -
CMYK 0 0.21 0.42 0.44
HSL 29.49º 0.26% 0.44% -
HSV(B) 29.49º 0.42% 0.56% -
XYZ 18.51 17.96 10.68 -
YUV 117.66 108.44 145.36 -
System Red Green Blue C M Y K H S L
Decimal 142 112 83 0 0.21 0.42 0.44 29.49 0.26 0.44
Hex 8E 70 53 0 15 2A 2C 1D 1A 2C
Octal 216 160 123 0 25 52 54 35 32 54
Binary 10001110 1110000 1010011 0 10101 101010 101100 11101 11010 101100

Color Harmonies of #8E7053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7053

Black with #8E7053

Text Example


Text Example

White with #8E7053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,112,83); }

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

background-color css

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

 a { background-color: rgb(142,112,83); }

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

border-color css

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

 span { border-color: rgb(142,112,83); }

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