#8C7056

Color #8C7056 Cement (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cement #8C7056

Tints of Cement #8C7056

Color information

#8C7056 (or 0x8C7056) is unknown color: approx Cement. HEX triplet: 8C, 70 and 56. RGB value is (140,112,86). Sum of RGB (Red+Green+Blue) = 140+112+86=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7056 is #738FA9. Grayscale: #757575. Windows color (decimal): -7573418 or 5664908. OLE color: 5664908.

HSL color Cylindrical-coordinate representation of color #8C7056: hue angle of 28.89º 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 #8C7056 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB14011286-
CMYK00.200.390.45
HSL28.89º23.89%44.31%-
HSV(B)28.89º38.57%54.9%-
XYZ18.2917.8411.28-
YUV117.41110.28144.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.42%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 86 (33.98% from 255) = 25.44%
R=41.42%
G=33.14%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401128600.200.390.4528.8923.8944.31
Hex8C7056014272D1d182c
Octal2141601260244755353054
Binary10001100111000010101100101001001111011011110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C7056;
 }
 .AnyTagClassName
 {
   color: #8C7056;
 }
</style>
background-color css

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

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

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

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

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

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