#85735D

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

Shades of Cement #85735D

Tints of Cement #85735D

Color information

#85735D (or 0x85735D) is unknown color: approx Cement. HEX triplet: 85, 73 and 5D. RGB value is (133,115,93). Sum of RGB (Red+Green+Blue) = 133+115+93=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85735D is #7A8CA2. Grayscale: #757575. Windows color (decimal): -8031395 or 6124421. OLE color: 6124421.

HSL color Cylindrical-coordinate representation of color #85735D: hue angle of 33º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85735D is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB13311593-
CMYK00.140.300.48
HSL33º17.7%44.31%-
HSV(B)33º30.08%52.16%-
XYZ17.7818.0412.9-
YUV117.87113.96138.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 115 (45.31% from 255) = 33.72%
BLUE value IS 93 (36.72% from 255) = 27.27%
R=39.00%
G=33.72%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331159300.140.300.483317.744.31
Hex85735D0E1E3021122c
Octal2051631350163660412254
Binary1000010111100111011101011101111011000010000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85735D; }

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

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

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

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

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

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

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

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