#81705B

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

Shades of Cement #81705B

Tints of Cement #81705B

Color information

#81705B (or 0x81705B) is unknown color: approx Cement. HEX triplet: 81, 70 and 5B. RGB value is (129,112,91). Sum of RGB (Red+Green+Blue) = 129+112+91=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 129 - color contains mainly: red. Hex color #81705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81705B is #7E8FA4. Grayscale: #727272. Windows color (decimal): -8294309 or 5992577. OLE color: 5992577.

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

Color convert

RGB12911291-
CMYK00.130.290.49
HSL33.16º17.27%43.14%-
HSV(B)33.16º29.46%50.59%-
XYZ16.7417.0112.3-
YUV114.69114.63138.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.86%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 91 (35.94% from 255) = 27.41%
R=38.86%
G=33.73%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291129100.130.290.4933.1617.2743.14
Hex81705B0D1D3121112b
Octal2011601330153561412153
Binary1000000111100001011011011011110111000110000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81705B; }

 p { color: rgb(129,112,91); }

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

<style>
 a { background-color: #81705B; }

 a { background-color: rgb(129,112,91); }

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

<style>
 span { border-color: #81705B; }

 span { border-color: rgb(129,112,91); }

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