#826E57

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

Shades of Cement #826E57

Tints of Cement #826E57

Color information

#826E57 (or 0x826E57) is unknown color: approx Cement. HEX triplet: 82, 6E and 57. RGB value is (130,110,87). Sum of RGB (Red+Green+Blue) = 130+110+87=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #826E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E57 is #7D91A8. Grayscale: #717171. Windows color (decimal): -8229289 or 5729922. OLE color: 5729922.

HSL color Cylindrical-coordinate representation of color #826E57: hue angle of 32.09º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #826E57 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB13011087-
CMYK00.150.330.49
HSL32.09º19.82%42.55%-
HSV(B)32.09º33.08%50.98%-
XYZ16.516.5911.35-
YUV113.36113.13139.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.76%
GREEN value IS 110 (43.36% from 255) = 33.64%
BLUE value IS 87 (34.38% from 255) = 26.61%
R=39.76%
G=33.64%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301108700.150.330.4932.0919.8242.55
Hex826E570F213120142b
Octal2021561270174161402453
Binary10000010110111010101110111110000111000110000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826E57; }

 p { color: rgb(130,110,87); }

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

<style>
 a { background-color: #826E57; }

 a { background-color: rgb(130,110,87); }

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

<style>
 span { border-color: #826E57; }

 span { border-color: rgb(130,110,87); }

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