#837057

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

Shades of Cement #837057

Tints of Cement #837057

Color information

#837057 (or 0x837057) is unknown color: approx Cement. HEX triplet: 83, 70 and 57. RGB value is (131,112,87). Sum of RGB (Red+Green+Blue) = 131+112+87=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #837057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837057 is #7C8FA8. Grayscale: #727272. Windows color (decimal): -8163241 or 5730435. OLE color: 5730435.

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

Color convert

RGB13111287-
CMYK00.150.340.49
HSL34.09º20.18%42.75%-
HSV(B)34.09º33.59%51.37%-
XYZ16.8717.111.43-
YUV114.83112.29139.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.70%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 87 (34.38% from 255) = 26.36%
R=39.70%
G=33.94%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311128700.150.340.4934.0920.1842.75
Hex8370570F223122142b
Octal2031601270174261422453
Binary10000011111000010101110111110001011000110001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837057; }

 p { color: rgb(131,112,87); }

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

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

 a { background-color: rgb(131,112,87); }

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

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

 span { border-color: rgb(131,112,87); }

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