#856A50

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

Shades of Cement #856A50

Tints of Cement #856A50

Color information

#856A50 (or 0x856A50) is unknown color: approx Cement. HEX triplet: 85, 6A and 50. RGB value is (133,106,80). Sum of RGB (Red+Green+Blue) = 133+106+80=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #856A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856A50 is #7A95AF. Grayscale: #6F6F6F. Windows color (decimal): -8033712 or 5270149. OLE color: 5270149.

HSL color Cylindrical-coordinate representation of color #856A50: hue angle of 29.43º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #856A50 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB13310680-
CMYK00.200.400.48
HSL29.43º24.88%41.76%-
HSV(B)29.43º39.85%52.16%-
XYZ16.2715.879.8-
YUV111.11110.45143.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 106 (41.80% from 255) = 33.23%
BLUE value IS 80 (31.64% from 255) = 25.08%
R=41.69%
G=33.23%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331068000.200.400.4829.4324.8841.76
Hex856A5001428301d192a
Octal2051521200245060353152
Binary10000101110101010100000101001010001100001110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,106,80); }

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

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

 a { background-color: rgb(133,106,80); }

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

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

 span { border-color: rgb(133,106,80); }

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