#846E53

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

Shades of Cement #846E53

Tints of Cement #846E53

Color information

#846E53 (or 0x846E53) is unknown color: approx Cement. HEX triplet: 84, 6E and 53. RGB value is (132,110,83). Sum of RGB (Red+Green+Blue) = 132+110+83=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #846E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E53 is #7B91AC. Grayscale: #717171. Windows color (decimal): -8098221 or 5467780. OLE color: 5467780.

HSL color Cylindrical-coordinate representation of color #846E53: hue angle of 33.06º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #846E53 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB13211083-
CMYK00.170.370.48
HSL33.06º22.79%42.16%-
HSV(B)33.06º37.12%51.76%-
XYZ16.6516.6810.53-
YUV113.5110.79141.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 83 (32.81% from 255) = 25.54%
R=40.62%
G=33.85%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321108300.170.370.4833.0622.7942.16
Hex846E53011253021172a
Octal2041561230214560412752
Binary100001001101110101001101000110010111000010000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846E53; }

 p { color: rgb(132,110,83); }

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

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

 a { background-color: rgb(132,110,83); }

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

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

 span { border-color: rgb(132,110,83); }

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