#857158

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

Shades of Cement #857158

Tints of Cement #857158

Color information

#857158 (or 0x857158) is unknown color: approx Cement. HEX triplet: 85, 71 and 58. RGB value is (133,113,88). Sum of RGB (Red+Green+Blue) = 133+113+88=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #857158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857158 is #7A8EA7. Grayscale: #747474. Windows color (decimal): -8031912 or 5796229. OLE color: 5796229.

HSL color Cylindrical-coordinate representation of color #857158: hue angle of 33.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #857158 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB13311388-
CMYK00.150.340.48
HSL33.33º20.36%43.33%-
HSV(B)33.33º33.83%52.16%-
XYZ17.3417.511.7-
YUV116.13112.13140.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.82%
GREEN value IS 113 (44.53% from 255) = 33.83%
BLUE value IS 88 (34.77% from 255) = 26.35%
R=39.82%
G=33.83%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331138800.150.340.4833.3320.3643.33
Hex8571580F223021142b
Octal2051611300174260412453
Binary10000101111000110110000111110001011000010000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857158; }

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

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

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

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

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

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

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

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