#856F59

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

Shades of Cement #856F59

Tints of Cement #856F59

Color information

#856F59 (or 0x856F59) is unknown color: approx Cement. HEX triplet: 85, 6F and 59. RGB value is (133,111,89). Sum of RGB (Red+Green+Blue) = 133+111+89=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #856F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F59 is #7A90A6. Grayscale: #737373. Windows color (decimal): -8032423 or 5861253. OLE color: 5861253.

HSL color Cylindrical-coordinate representation of color #856F59: hue angle of 30º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #856F59 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB13311189-
CMYK00.170.330.48
HSL30º19.82%43.53%-
HSV(B)30º33.08%52.16%-
XYZ17.1617.0811.84-
YUV115.07113.29140.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 26.73%
R=39.94%
G=33.33%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331118900.170.330.483019.8243.53
Hex856F5901121301e142c
Octal2051571310214160362454
Binary10000101110111110110010100011000011100001111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856F59; }

 p { color: rgb(133,111,89); }

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

<style>
 a { background-color: #856F59; }

 a { background-color: rgb(133,111,89); }

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

<style>
 span { border-color: #856F59; }

 span { border-color: rgb(133,111,89); }

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