#856C52

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

Shades of Cement #856C52

Tints of Cement #856C52

Color information

#856C52 (or 0x856C52) is unknown color: approx Cement. HEX triplet: 85, 6C and 52. RGB value is (133,108,82). Sum of RGB (Red+Green+Blue) = 133+108+82=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #856C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C52 is #7A93AD. Grayscale: #707070. Windows color (decimal): -8033198 or 5401733. OLE color: 5401733.

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

Color convert

RGB13310882-
CMYK00.190.380.48
HSL30.59º23.72%42.16%-
HSV(B)30.59º38.35%52.16%-
XYZ16.5616.3210.26-
YUV112.51110.78142.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 108 (42.58% from 255) = 33.44%
BLUE value IS 82 (32.42% from 255) = 25.39%
R=41.18%
G=33.44%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331088200.190.380.4830.5923.7242.16
Hex856C5201326301f182a
Octal2051541220234660373052
Binary10000101110110010100100100111001101100001111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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