Html Css Color HEX #8C7157 Cement

📋 copy color: '#8C7157'

red 140 ◦ green 113 ◦ blue 87

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

Shades of Cement #8C7157

Tints of Cement #8C7157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.59%

R = 41.18%
G = 33.24%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8C7157 (or 0x8C7157) is known color: Cement. HEX triplet: 8C, 71 and 57. RGB value is (140,113,87). Sum of RGB (Red+Green+Blue) = 140+113+87=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7157 is #738EA8. Grayscale: #767676. Windows color (decimal): -7573161 or 5730700. OLE color: 5730700.

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

Color convert

RGB 140 113 87 -
CMYK 0 0.19 0.38 0.45
HSL 29.43º 0.23% 0.45% -
HSV(B) 29.43º 0.38% 0.55% -
XYZ 18.44 18.07 11.53 -
YUV 118.11 110.45 143.61 -
System Red Green Blue C M Y K H S L
Decimal 140 113 87 0 0.19 0.38 0.45 29.43 0.23 0.45
Hex 8C 71 57 0 13 26 2D 1D 17 2D
Octal 214 161 127 0 23 46 55 35 27 55
Binary 10001100 1110001 1010111 0 10011 100110 101101 11101 10111 101101

Color Harmonies of #8C7157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7157

Black with #8C7157

Text Example


Text Example

White with #8C7157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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