#837055

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

Shades of Cement #837055

Tints of Cement #837055

Color information

#837055 (or 0x837055) is unknown color: approx Cement. HEX triplet: 83, 70 and 55. RGB value is (131,112,85). Sum of RGB (Red+Green+Blue) = 131+112+85=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 131 - color contains mainly: red. Hex color #837055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837055 is #7C8FAA. Grayscale: #727272. Windows color (decimal): -8163243 or 5599363. OLE color: 5599363.

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

Color convert

RGB13111285-
CMYK00.150.350.49
HSL35.22º21.3%42.35%-
HSV(B)35.22º35.11%51.37%-
XYZ16.7917.0711-
YUV114.6111.29139.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.94%
GREEN value IS 112 (44.14% from 255) = 34.15%
BLUE value IS 85 (33.59% from 255) = 25.91%
R=39.94%
G=34.15%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311128500.150.350.4935.2221.342.35
Hex8370550F233123152a
Octal2031601250174361432552
Binary10000011111000010101010111110001111000110001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837055; }

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

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

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

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

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

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

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

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