#856B52

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

Shades of Cement #856B52

Tints of Cement #856B52

Color information

#856B52 (or 0x856B52) is unknown color: approx Cement. HEX triplet: 85, 6B and 52. RGB value is (133,107,82). Sum of RGB (Red+Green+Blue) = 133+107+82=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #856B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856B52 is #7A94AD. Grayscale: #707070. Windows color (decimal): -8033454 or 5401477. OLE color: 5401477.

HSL color Cylindrical-coordinate representation of color #856B52: hue angle of 29.41º 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 #856B52 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB13310782-
CMYK00.200.380.48
HSL29.41º23.72%42.16%-
HSV(B)29.41º38.35%52.16%-
XYZ16.4516.1110.23-
YUV111.92111.11143.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.30%
GREEN value IS 107 (42.19% from 255) = 33.23%
BLUE value IS 82 (32.42% from 255) = 25.47%
R=41.30%
G=33.23%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331078200.200.380.4829.4123.7242.16
Hex856B5201426301d182a
Octal2051531220244660353052
Binary10000101110101110100100101001001101100001110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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