#85755E

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

Shades of Cement #85755E

Tints of Cement #85755E

Color information

#85755E (or 0x85755E) is unknown color: approx Cement. HEX triplet: 85, 75 and 5E. RGB value is (133,117,94). Sum of RGB (Red+Green+Blue) = 133+117+94=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #85755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85755E is #7A8AA1. Grayscale: #777777. Windows color (decimal): -8030882 or 6190469. OLE color: 6190469.

HSL color Cylindrical-coordinate representation of color #85755E: hue angle of 35.38º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85755E is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB13311794-
CMYK00.120.290.48
HSL35.38º17.18%44.51%-
HSV(B)35.38º29.32%52.16%-
XYZ18.0518.5213.21-
YUV119.16113.8137.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 94 (37.11% from 255) = 27.33%
R=38.66%
G=34.01%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331179400.120.290.4835.3817.1844.51
Hex85755E0C1D3023112d
Octal2051651360143560432155
Binary1000010111101011011110011001110111000010001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85755E; }

 p { color: rgb(133,117,94); }

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

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

 a { background-color: rgb(133,117,94); }

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

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

 span { border-color: rgb(133,117,94); }

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