#8C7251

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

Shades of Cement #8C7251

Tints of Cement #8C7251

Color information

#8C7251 (or 0x8C7251) is unknown color: approx Cement. HEX triplet: 8C, 72 and 51. RGB value is (140,114,81). Sum of RGB (Red+Green+Blue) = 140+114+81=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7251 is #738DAE. Grayscale: #767676. Windows color (decimal): -7572911 or 5337740. OLE color: 5337740.

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

Color convert

RGB14011481-
CMYK00.190.420.45
HSL33.56º26.7%43.33%-
HSV(B)33.56º42.14%54.9%-
XYZ18.3218.210.33-
YUV118.01107.11143.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.79%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 81 (32.03% from 255) = 24.18%
R=41.79%
G=34.03%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401148100.190.420.4533.5626.743.33
Hex8C72510132A2D221b2b
Octal2141621210235255423353
Binary100011001110010101000101001110101010110110001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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