#856D52

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

Shades of Cement #856D52

Tints of Cement #856D52

Color information

#856D52 (or 0x856D52) is unknown color: approx Cement. HEX triplet: 85, 6D and 52. RGB value is (133,109,82). Sum of RGB (Red+Green+Blue) = 133+109+82=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #856D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D52 is #7A92AD. Grayscale: #717171. Windows color (decimal): -8032942 or 5401989. OLE color: 5401989.

HSL color Cylindrical-coordinate representation of color #856D52: hue angle of 31.76º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #856D52 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB13310982-
CMYK00.180.380.48
HSL31.76º23.72%42.16%-
HSV(B)31.76º38.35%52.16%-
XYZ16.6616.5310.3-
YUV113.1110.45142.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 109 (42.97% from 255) = 33.64%
BLUE value IS 82 (32.42% from 255) = 25.31%
R=41.05%
G=33.64%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331098200.180.380.4831.7623.7242.16
Hex856D52012263020182a
Octal2051551220224660403052
Binary100001011101101101001001001010011011000010000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856D52; }

 p { color: rgb(133,109,82); }

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

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

 a { background-color: rgb(133,109,82); }

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

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

 span { border-color: rgb(133,109,82); }

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