#857156

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

Shades of Cement #857156

Tints of Cement #857156

Color information

#857156 (or 0x857156) is unknown color: approx Cement. HEX triplet: 85, 71 and 56. RGB value is (133,113,86). Sum of RGB (Red+Green+Blue) = 133+113+86=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #857156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857156 is #7A8EA9. Grayscale: #747474. Windows color (decimal): -8031914 or 5665157. OLE color: 5665157.

HSL color Cylindrical-coordinate representation of color #857156: hue angle of 34.47º 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 #857156 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB13311386-
CMYK00.150.350.48
HSL34.47º21.46%42.94%-
HSV(B)34.47º35.34%52.16%-
XYZ17.2617.4711.27-
YUV115.9111.13140.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 86 (33.98% from 255) = 25.90%
R=40.06%
G=34.04%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331138600.150.350.4834.4721.4642.94
Hex8571560F233022152b
Octal2051611260174360422553
Binary10000101111000110101100111110001111000010001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857156; }

 p { color: rgb(133,113,86); }

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

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

 a { background-color: rgb(133,113,86); }

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

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

 span { border-color: rgb(133,113,86); }

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