#82735A

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

Shades of Cement #82735A

Tints of Cement #82735A

Color information

#82735A (or 0x82735A) is unknown color: approx Cement. HEX triplet: 82, 73 and 5A. RGB value is (130,115,90). Sum of RGB (Red+Green+Blue) = 130+115+90=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #82735A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82735A is #7D8CA5. Grayscale: #747474. Windows color (decimal): -8228006 or 5927810. OLE color: 5927810.

HSL color Cylindrical-coordinate representation of color #82735A: hue angle of 37.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82735A is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB13011590-
CMYK00.120.310.49
HSL37.5º18.18%43.14%-
HSV(B)37.5º30.77%50.98%-
XYZ17.1817.7512.19-
YUV116.64112.97137.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 115 (45.31% from 255) = 34.33%
BLUE value IS 90 (35.55% from 255) = 26.87%
R=38.81%
G=34.33%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301159000.120.310.4937.518.1843.14
Hex82735A0C1F3125122b
Octal2021631320143761452253
Binary1000001011100111011010011001111111000110010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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