#856A56

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

Shades of Roman Coffee #856A56

Tints of Roman Coffee #856A56

Color information

#856A56 (or 0x856A56) is unknown color: approx Roman Coffee. HEX triplet: 85, 6A and 56. RGB value is (133,106,86). Sum of RGB (Red+Green+Blue) = 133+106+86=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #856A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856A56 is #7A95A9. Grayscale: #6F6F6F. Windows color (decimal): -8033706 or 5663365. OLE color: 5663365.

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

Color convert

RGB13310686-
CMYK00.200.350.48
HSL25.53º21.46%42.94%-
HSV(B)25.53º35.34%52.16%-
XYZ16.5115.9711.02-
YUV111.79113.45143.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 106 (41.80% from 255) = 32.62%
BLUE value IS 86 (33.98% from 255) = 26.46%
R=40.92%
G=32.62%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331068600.200.350.4825.5321.4642.94
Hex856A5601423301a152b
Octal2051521260244360322553
Binary10000101110101010101100101001000111100001101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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