#85745C

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

Shades of Cement #85745C

Tints of Cement #85745C

Color information

#85745C (or 0x85745C) is unknown color: approx Cement. HEX triplet: 85, 74 and 5C. RGB value is (133,116,92). Sum of RGB (Red+Green+Blue) = 133+116+92=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85745C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85745C is #7A8BA3. Grayscale: #767676. Windows color (decimal): -8031140 or 6059141. OLE color: 6059141.

HSL color Cylindrical-coordinate representation of color #85745C: hue angle of 35.12º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85745C is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB13311692-
CMYK00.130.310.48
HSL35.12º18.22%44.12%-
HSV(B)35.12º30.83%52.16%-
XYZ17.8518.2512.71-
YUV118.35113.13138.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=39.00%
G=34.02%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331169200.130.310.4835.1218.2244.12
Hex85745C0D1F3023122c
Octal2051641340153760432254
Binary1000010111101001011100011011111111000010001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85745C; }

 p { color: rgb(133,116,92); }

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

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

 a { background-color: rgb(133,116,92); }

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

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

 span { border-color: rgb(133,116,92); }

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