#856A4F

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

Shades of Cement #856A4F

Tints of Cement #856A4F

Color information

#856A4F (or 0x856A4F) is unknown color: approx Cement. HEX triplet: 85, 6A and 4F. RGB value is (133,106,79). Sum of RGB (Red+Green+Blue) = 133+106+79=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #856A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856A4F is #7A95B0. Grayscale: #6F6F6F. Windows color (decimal): -8033713 or 5204613. OLE color: 5204613.

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

Color convert

RGB13310679-
CMYK00.200.410.48
HSL30º25.47%41.57%-
HSV(B)30º40.6%52.16%-
XYZ16.2415.869.6-
YUV110.99109.95143.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 106 (41.80% from 255) = 33.33%
BLUE value IS 79 (31.25% from 255) = 24.84%
R=41.82%
G=33.33%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331067900.200.410.483025.4741.57
Hex856A4F01429301e192a
Octal2051521170245160363152
Binary10000101110101010011110101001010011100001111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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