#85755C

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

Shades of Cement #85755C

Tints of Cement #85755C

Color information

#85755C (or 0x85755C) is unknown color: approx Cement. HEX triplet: 85, 75 and 5C. RGB value is (133,117,92). Sum of RGB (Red+Green+Blue) = 133+117+92=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #85755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85755C is #7A8AA3. Grayscale: #777777. Windows color (decimal): -8030884 or 6059397. OLE color: 6059397.

HSL color Cylindrical-coordinate representation of color #85755C: hue angle of 36.59º 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 #85755C is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB13311792-
CMYK00.120.310.48
HSL36.59º18.22%44.12%-
HSV(B)36.59º30.83%52.16%-
XYZ17.9718.4812.75-
YUV118.93112.8138.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 92 (36.33% from 255) = 26.90%
R=38.89%
G=34.21%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331179200.120.310.4836.5918.2244.12
Hex85755C0C1F3025122c
Octal2051651340143760452254
Binary1000010111101011011100011001111111000010010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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