#81705A

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

Shades of Cement #81705A

Tints of Cement #81705A

Color information

#81705A (or 0x81705A) is unknown color: approx Cement. HEX triplet: 81, 70 and 5A. RGB value is (129,112,90). Sum of RGB (Red+Green+Blue) = 129+112+90=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 129 - color contains mainly: red. Hex color #81705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81705A is #7E8FA5. Grayscale: #727272. Windows color (decimal): -8294310 or 5927041. OLE color: 5927041.

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

Color convert

RGB12911290-
CMYK00.130.300.49
HSL33.85º17.81%42.94%-
HSV(B)33.85º30.23%50.59%-
XYZ16.6916.9912.07-
YUV114.58114.13138.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.97%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 90 (35.55% from 255) = 27.19%
R=38.97%
G=33.84%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291129000.130.300.4933.8517.8142.94
Hex81705A0D1E3122122b
Octal2011601320153661422253
Binary1000000111100001011010011011111011000110001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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