#82735B

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

Shades of Cement #82735B

Tints of Cement #82735B

Color information

#82735B (or 0x82735B) is unknown color: approx Cement. HEX triplet: 82, 73 and 5B. RGB value is (130,115,91). Sum of RGB (Red+Green+Blue) = 130+115+91=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #82735B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82735B is #7D8CA4. Grayscale: #747474. Windows color (decimal): -8228005 or 5993346. OLE color: 5993346.

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

Color convert

RGB13011591-
CMYK00.120.300.49
HSL36.92º17.65%43.33%-
HSV(B)36.92º30%50.98%-
XYZ17.2217.7612.42-
YUV116.75113.47137.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.69%
GREEN value IS 115 (45.31% from 255) = 34.23%
BLUE value IS 91 (35.94% from 255) = 27.08%
R=38.69%
G=34.23%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301159100.120.300.4936.9217.6543.33
Hex82735B0C1E3125122b
Octal2021631330143661452253
Binary1000001011100111011011011001111011000110010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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