#82725D

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

Shades of Cement #82725D

Tints of Cement #82725D

Color information

#82725D (or 0x82725D) is unknown color: approx Cement. HEX triplet: 82, 72 and 5D. RGB value is (130,114,93). Sum of RGB (Red+Green+Blue) = 130+114+93=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #82725D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82725D is #7D8DA2. Grayscale: #747474. Windows color (decimal): -8228259 or 6124162. OLE color: 6124162.

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

Color convert

RGB13011493-
CMYK00.120.280.49
HSL34.05º16.59%43.73%-
HSV(B)34.05º28.46%50.98%-
XYZ17.217.5712.84-
YUV116.39114.8137.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.58%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 93 (36.72% from 255) = 27.60%
R=38.58%
G=33.83%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301149300.120.280.4934.0516.5943.73
Hex82725D0C1C3122112c
Octal2021621350143461422154
Binary1000001011100101011101011001110011000110001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82725D; }

 p { color: rgb(130,114,93); }

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

<style>
 a { background-color: #82725D; }

 a { background-color: rgb(130,114,93); }

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

<style>
 span { border-color: #82725D; }

 span { border-color: rgb(130,114,93); }

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