#81725C

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

Shades of Cement #81725C

Tints of Cement #81725C

Color information

#81725C (or 0x81725C) is unknown color: approx Cement. HEX triplet: 81, 72 and 5C. RGB value is (129,114,92). Sum of RGB (Red+Green+Blue) = 129+114+92=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 129 - color contains mainly: red. Hex color #81725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81725C is #7E8DA3. Grayscale: #747474. Windows color (decimal): -8293796 or 6058625. OLE color: 6058625.

HSL color Cylindrical-coordinate representation of color #81725C: hue angle of 35.68º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81725C is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB12911492-
CMYK00.120.290.49
HSL35.68º16.74%43.33%-
HSV(B)35.68º28.68%50.59%-
XYZ1717.4712.6-
YUV115.98114.47137.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.51%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=38.51%
G=34.03%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291149200.120.290.4935.6816.7443.33
Hex81725C0C1D3124112b
Octal2011621340143561442153
Binary1000000111100101011100011001110111000110010010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81725C; }

 p { color: rgb(129,114,92); }

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

<style>
 a { background-color: #81725C; }

 a { background-color: rgb(129,114,92); }

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

<style>
 span { border-color: #81725C; }

 span { border-color: rgb(129,114,92); }

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