#857356

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

Shades of Cement #857356

Tints of Cement #857356

Color information

#857356 (or 0x857356) is unknown color: approx Cement. HEX triplet: 85, 73 and 56. RGB value is (133,115,86). Sum of RGB (Red+Green+Blue) = 133+115+86=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #857356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857356 is #7A8CA9. Grayscale: #757575. Windows color (decimal): -8031402 or 5665669. OLE color: 5665669.

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

Color convert

RGB13311586-
CMYK00.140.350.48
HSL37.02º21.46%42.94%-
HSV(B)37.02º35.34%52.16%-
XYZ17.4817.9211.34-
YUV117.08110.46139.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.82%
GREEN value IS 115 (45.31% from 255) = 34.43%
BLUE value IS 86 (33.98% from 255) = 25.75%
R=39.82%
G=34.43%
B=25.75%

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
Decimal1331158600.140.350.4837.0221.4642.94
Hex8573560E233025152b
Octal2051631260164360452553
Binary10000101111001110101100111010001111000010010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857356; }

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

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

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

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

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

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

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

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