#857257

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

Shades of Cement #857257

Tints of Cement #857257

Color information

#857257 (or 0x857257) is unknown color: approx Cement. HEX triplet: 85, 72 and 57. RGB value is (133,114,87). Sum of RGB (Red+Green+Blue) = 133+114+87=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #857257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857257 is #7A8DA8. Grayscale: #747474. Windows color (decimal): -8031657 or 5730949. OLE color: 5730949.

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

Color convert

RGB13311487-
CMYK00.140.350.48
HSL35.22º20.91%43.14%-
HSV(B)35.22º34.59%52.16%-
XYZ17.4117.7111.52-
YUV116.6111.29139.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.82%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 87 (34.38% from 255) = 26.05%
R=39.82%
G=34.13%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331148700.140.350.4835.2220.9143.14
Hex8572570E233023152b
Octal2051621270164360432553
Binary10000101111001010101110111010001111000010001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857257; }

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

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

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

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

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

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

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

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