#856757

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

Shades of Roman Coffee #856757

Tints of Roman Coffee #856757

Color information

#856757 (or 0x856757) is unknown color: approx Roman Coffee. HEX triplet: 85, 67 and 57. RGB value is (133,103,87). Sum of RGB (Red+Green+Blue) = 133+103+87=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #856757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856757 is #7A98A8. Grayscale: #6E6E6E. Windows color (decimal): -8034473 or 5728133. OLE color: 5728133.

HSL color Cylindrical-coordinate representation of color #856757: hue angle of 20.87º 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 #856757 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB13310387-
CMYK00.230.350.48
HSL20.87º20.91%43.14%-
HSV(B)20.87º34.59%52.16%-
XYZ16.2415.3811.13-
YUV110.15114.94144.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 87 (34.38% from 255) = 26.93%
R=41.18%
G=31.89%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331038700.230.350.4820.8720.9143.14
Hex856757017233015152b
Octal2051471270274360252553
Binary10000101110011110101110101111000111100001010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856757; }

 p { color: rgb(133,103,87); }

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

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

 a { background-color: rgb(133,103,87); }

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

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

 span { border-color: rgb(133,103,87); }

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