#8C7252

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

Shades of Cement #8C7252

Tints of Cement #8C7252

Color information

#8C7252 (or 0x8C7252) is unknown color: approx Cement. HEX triplet: 8C, 72 and 52. RGB value is (140,114,82). Sum of RGB (Red+Green+Blue) = 140+114+82=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7252 is #738DAD. Grayscale: #767676. Windows color (decimal): -7572910 or 5403276. OLE color: 5403276.

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

Color convert

RGB14011482-
CMYK00.190.410.45
HSL33.1º26.13%43.53%-
HSV(B)33.1º41.43%54.9%-
XYZ18.3618.2210.53-
YUV118.13107.61143.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.67%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=41.67%
G=33.93%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401148200.190.410.4533.126.1343.53
Hex8C7252013292D211a2c
Octal2141621220235155413254
Binary100011001110010101001001001110100110110110000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,114,82); }

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

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

 a { background-color: rgb(140,114,82); }

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

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

 span { border-color: rgb(140,114,82); }

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