#856F57

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

Shades of Cement #856F57

Tints of Cement #856F57

Color information

#856F57 (or 0x856F57) is unknown color: approx Cement. HEX triplet: 85, 6F and 57. RGB value is (133,111,87). Sum of RGB (Red+Green+Blue) = 133+111+87=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #856F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F57 is #7A90A8. Grayscale: #727272. Windows color (decimal): -8032425 or 5730181. OLE color: 5730181.

HSL color Cylindrical-coordinate representation of color #856F57: hue angle of 31.3º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #856F57 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB13311187-
CMYK00.170.350.48
HSL31.3º20.91%43.14%-
HSV(B)31.3º34.59%52.16%-
XYZ17.0817.0411.41-
YUV114.84112.29140.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 111 (43.75% from 255) = 33.53%
BLUE value IS 87 (34.38% from 255) = 26.28%
R=40.18%
G=33.53%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331118700.170.350.4831.320.9143.14
Hex856F5701123301f152b
Octal2051571270214360372553
Binary10000101110111110101110100011000111100001111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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