#82715C

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

Shades of Cement #82715C

Tints of Cement #82715C

Color information

#82715C (or 0x82715C) is unknown color: approx Cement. HEX triplet: 82, 71 and 5C. RGB value is (130,113,92). Sum of RGB (Red+Green+Blue) = 130+113+92=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #82715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82715C is #7D8EA3. Grayscale: #737373. Windows color (decimal): -8228516 or 6058370. OLE color: 6058370.

HSL color Cylindrical-coordinate representation of color #82715C: hue angle of 33.16º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82715C is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB13011392-
CMYK00.130.290.49
HSL33.16º17.12%43.53%-
HSV(B)33.16º29.23%50.98%-
XYZ17.0417.3312.57-
YUV115.69114.63138.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=38.81%
G=33.73%
B=27.46%

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
Decimal1301139200.130.290.4933.1617.1243.53
Hex82715C0D1D3121112c
Octal2021611340153561412154
Binary1000001011100011011100011011110111000110000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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