#82705B

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

Shades of Cement #82705B

Tints of Cement #82705B

Color information

#82705B (or 0x82705B) is unknown color: approx Cement. HEX triplet: 82, 70 and 5B. RGB value is (130,112,91). Sum of RGB (Red+Green+Blue) = 130+112+91=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #82705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82705B is #7D8FA4. Grayscale: #737373. Windows color (decimal): -8228773 or 5992578. OLE color: 5992578.

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

Color convert

RGB13011291-
CMYK00.140.300.49
HSL32.31º17.65%43.33%-
HSV(B)32.31º30%50.98%-
XYZ16.8917.0912.31-
YUV114.99114.46138.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 91 (35.94% from 255) = 27.33%
R=39.04%
G=33.63%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301129100.140.300.4932.3117.6543.33
Hex82705B0E1E3120122b
Octal2021601330163661402253
Binary1000001011100001011011011101111011000110000010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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