#856C54

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

Shades of Cement #856C54

Tints of Cement #856C54

Color information

#856C54 (or 0x856C54) is unknown color: approx Cement. HEX triplet: 85, 6C and 54. RGB value is (133,108,84). Sum of RGB (Red+Green+Blue) = 133+108+84=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #856C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C54 is #7A93AB. Grayscale: #707070. Windows color (decimal): -8033196 or 5532805. OLE color: 5532805.

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

Color convert

RGB13310884-
CMYK00.190.370.48
HSL29.39º22.58%42.55%-
HSV(B)29.39º36.84%52.16%-
XYZ16.6416.3510.67-
YUV112.74111.78142.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 108 (42.58% from 255) = 33.23%
BLUE value IS 84 (33.20% from 255) = 25.85%
R=40.92%
G=33.23%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331088400.190.370.4829.3922.5842.55
Hex856C5401325301d172b
Octal2051541240234560352753
Binary10000101110110010101000100111001011100001110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,108,84); }

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

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

 a { background-color: rgb(133,108,84); }

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

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

 span { border-color: rgb(133,108,84); }

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