#856f58

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

Shades of Cement #856F58

Tints of Cement #856F58

Color information

#856F58 (or 0x856F58) is unknown color: approx Cement. HEX triplet: 85, 6F and 58. RGB value is (133,111,88). Sum of RGB (Red+Green+Blue) = 133+111+88=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #856F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F58 is #7A90A7. Grayscale: #737373. Windows color (decimal): -8032424 or 5795717. OLE color: 5795717.

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

Color convert

RGB13311188-
CMYK00.170.340.48
HSL30.67º20.36%43.33%-
HSV(B)30.67º33.83%52.16%-
XYZ17.1217.0611.62-
YUV114.96112.79140.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 111 (43.75% from 255) = 33.43%
BLUE value IS 88 (34.77% from 255) = 26.51%
R=40.06%
G=33.43%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331118800.170.340.4830.6720.3643.33
Hex856F5801122301f142b
Octal2051571300214260372453
Binary10000101110111110110000100011000101100001111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856f58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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