#81715A

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

Shades of Cement #81715A

Tints of Cement #81715A

Color information

#81715A (or 0x81715A) is unknown color: approx Cement. HEX triplet: 81, 71 and 5A. RGB value is (129,113,90). Sum of RGB (Red+Green+Blue) = 129+113+90=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 129 - color contains mainly: red. Hex color #81715A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81715A is #7E8EA5. Grayscale: #737373. Windows color (decimal): -8294054 or 5927297. OLE color: 5927297.

HSL color Cylindrical-coordinate representation of color #81715A: hue angle of 35.38º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81715A is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB12911390-
CMYK00.120.300.49
HSL35.38º17.81%42.94%-
HSV(B)35.38º30.23%50.59%-
XYZ16.817.2212.11-
YUV115.16113.8137.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.86%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 90 (35.55% from 255) = 27.11%
R=38.86%
G=34.04%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291139000.120.300.4935.3817.8142.94
Hex81715A0C1E3123122b
Octal2011611320143661432253
Binary1000000111100011011010011001111011000110001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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