#85715C

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

Shades of Cement #85715C

Tints of Cement #85715C

Color information

#85715C (or 0x85715C) is unknown color: approx Cement. HEX triplet: 85, 71 and 5C. RGB value is (133,113,92). Sum of RGB (Red+Green+Blue) = 133+113+92=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #85715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85715C is #7A8EA3. Grayscale: #747474. Windows color (decimal): -8031908 or 6058373. OLE color: 6058373.

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

Color convert

RGB13311392-
CMYK00.150.310.48
HSL30.73º18.22%44.12%-
HSV(B)30.73º30.83%52.16%-
XYZ17.5117.5712.59-
YUV116.59114.13139.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 92 (36.33% from 255) = 27.22%
R=39.35%
G=33.43%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331139200.150.310.4830.7318.2244.12
Hex85715C0F1F301f122c
Octal2051611340173760372254
Binary100001011110001101110001111111111100001111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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