Html Css Color HEX #8C7156 Cement

📋 copy color: '#8C7156'

red 140 ◦ green 113 ◦ blue 86

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

Shades of Cement #8C7156

Tints of Cement #8C7156

RGB

 RED value IS 140 (55.08% from 255) = 41.3%

 GREEN value IS 113 (44.53% from 255) = 33.33%

 BLUE value IS 86 (33.98% from 255) = 25.37%

R = 41.3%
G = 33.33%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C7156 (or 0x8C7156) is known color: Cement. HEX triplet: 8C, 71 and 56. RGB value is (140,113,86). Sum of RGB (Red+Green+Blue) = 140+113+86=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7156 is #738EA9. Grayscale: #767676. Windows color (decimal): -7573162 or 5665164. OLE color: 5665164.

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

Color convert

RGB 140 113 86 -
CMYK 0 0.19 0.39 0.45
HSL 30º 0.24% 0.44% -
HSV(B) 30º 0.39% 0.55% -
XYZ 18.4 18.06 11.32 -
YUV 118 109.95 143.7 -
System Red Green Blue C M Y K H S L
Decimal 140 113 86 0 0.19 0.39 0.45 30 0.24 0.44
Hex 8C 71 56 0 13 27 2D 1E 18 2C
Octal 214 161 126 0 23 47 55 36 30 54
Binary 10001100 1110001 1010110 0 10011 100111 101101 11110 11000 101100

Color Harmonies of #8C7156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7156

Black with #8C7156

Text Example


Text Example

White with #8C7156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,113,86); }

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

background-color css

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

 a { background-color: rgb(140,113,86); }

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

border-color css

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

 span { border-color: rgb(140,113,86); }

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