#81715C

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

Shades of Cement #81715C

Tints of Cement #81715C

Color information

#81715C (or 0x81715C) is unknown color: approx Cement. HEX triplet: 81, 71 and 5C. RGB value is (129,113,92). Sum of RGB (Red+Green+Blue) = 129+113+92=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 129 - color contains mainly: red. Hex color #81715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81715C is #7E8EA3. Grayscale: #737373. Windows color (decimal): -8294052 or 6058369. OLE color: 6058369.

HSL color Cylindrical-coordinate representation of color #81715C: hue angle of 34.05º 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 #81715C is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB12911392-
CMYK00.120.290.49
HSL34.05º16.74%43.33%-
HSV(B)34.05º28.68%50.59%-
XYZ16.8917.2512.56-
YUV115.39114.8137.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.62%
GREEN value IS 113 (44.53% from 255) = 33.83%
BLUE value IS 92 (36.33% from 255) = 27.54%
R=38.62%
G=33.83%
B=27.54%

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
Decimal1291139200.120.290.4934.0516.7443.33
Hex81715C0C1D3122112b
Octal2011611340143561422153
Binary1000000111100011011100011001110111000110001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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