#857157

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

Shades of Cement #857157

Tints of Cement #857157

Color information

#857157 (or 0x857157) is unknown color: approx Cement. HEX triplet: 85, 71 and 57. RGB value is (133,113,87). Sum of RGB (Red+Green+Blue) = 133+113+87=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #857157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857157 is #7A8EA8. Grayscale: #747474. Windows color (decimal): -8031913 or 5730693. OLE color: 5730693.

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

Color convert

RGB13311387-
CMYK00.150.350.48
HSL33.91º20.91%43.14%-
HSV(B)33.91º34.59%52.16%-
XYZ17.317.4811.48-
YUV116.02111.63140.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 87 (34.38% from 255) = 26.13%
R=39.94%
G=33.93%
B=26.13%

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
Decimal1331138700.150.350.4833.9120.9143.14
Hex8571570F233022152b
Octal2051611270174360422553
Binary10000101111000110101110111110001111000010001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857157; }

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

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

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

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

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

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

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

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