#8C7055

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

Shades of Cement #8C7055

Tints of Cement #8C7055

Color information

#8C7055 (or 0x8C7055) is unknown color: approx Cement. HEX triplet: 8C, 70 and 55. RGB value is (140,112,85). Sum of RGB (Red+Green+Blue) = 140+112+85=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7055 is #738FAA. Grayscale: #757575. Windows color (decimal): -7573419 or 5599372. OLE color: 5599372.

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

Color convert

RGB14011285-
CMYK00.200.390.45
HSL29.45º24.44%44.12%-
HSV(B)29.45º39.29%54.9%-
XYZ18.2517.8211.07-
YUV117.29109.78144.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.54%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 85 (33.59% from 255) = 25.22%
R=41.54%
G=33.23%
B=25.22%

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
Decimal1401128500.200.390.4529.4524.4444.12
Hex8C7055014272D1d182c
Octal2141601250244755353054
Binary10001100111000010101010101001001111011011110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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