#857358

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

Shades of Cement #857358

Tints of Cement #857358

Color information

#857358 (or 0x857358) is unknown color: approx Cement. HEX triplet: 85, 73 and 58. RGB value is (133,115,88). Sum of RGB (Red+Green+Blue) = 133+115+88=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #857358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857358 is #7A8CA7. Grayscale: #757575. Windows color (decimal): -8031400 or 5796741. OLE color: 5796741.

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

Color convert

RGB13311588-
CMYK00.140.340.48
HSL36º20.36%43.33%-
HSV(B)36º33.83%52.16%-
XYZ17.5717.9511.77-
YUV117.3111.46139.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 115 (45.31% from 255) = 34.23%
BLUE value IS 88 (34.77% from 255) = 26.19%
R=39.58%
G=34.23%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331158800.140.340.483620.3643.33
Hex8573580E223024142b
Octal2051631300164260442453
Binary10000101111001110110000111010001011000010010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857358; }

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

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

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

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

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

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

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

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