#856F53

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

Shades of Cement #856F53

Tints of Cement #856F53

Color information

#856F53 (or 0x856F53) is unknown color: approx Cement. HEX triplet: 85, 6F and 53. RGB value is (133,111,83). Sum of RGB (Red+Green+Blue) = 133+111+83=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #856F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F53 is #7A90AC. Grayscale: #727272. Windows color (decimal): -8032429 or 5468037. OLE color: 5468037.

HSL color Cylindrical-coordinate representation of color #856F53: hue angle of 33.6º degrees, saturation: 0.23, 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 #856F53 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB13311183-
CMYK00.170.380.48
HSL33.6º23.15%42.35%-
HSV(B)33.6º37.59%52.16%-
XYZ16.9216.9810.57-
YUV114.39110.29141.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 111 (43.75% from 255) = 33.94%
BLUE value IS 83 (32.81% from 255) = 25.38%
R=40.67%
G=33.94%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331118300.170.380.4833.623.1542.35
Hex856F53011263022172a
Octal2051571230214660422752
Binary100001011101111101001101000110011011000010001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,111,83); }

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

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

 a { background-color: rgb(133,111,83); }

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

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

 span { border-color: rgb(133,111,83); }

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