#856859

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

Shades of Roman Coffee #856859

Tints of Roman Coffee #856859

Color information

#856859 (or 0x856859) is unknown color: approx Roman Coffee. HEX triplet: 85, 68 and 59. RGB value is (133,104,89). Sum of RGB (Red+Green+Blue) = 133+104+89=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #856859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856859 is #7A97A6. Grayscale: #6F6F6F. Windows color (decimal): -8034215 or 5859461. OLE color: 5859461.

HSL color Cylindrical-coordinate representation of color #856859: hue angle of 20.45º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #856859 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB13310489-
CMYK00.220.330.48
HSL20.45º19.82%43.53%-
HSV(B)20.45º33.08%52.16%-
XYZ16.4315.6111.6-
YUV110.96115.61143.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.80%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 89 (35.16% from 255) = 27.30%
R=40.80%
G=31.90%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331048900.220.330.4820.4519.8243.53
Hex856859016213014142c
Octal2051501310264160242454
Binary10000101110100010110010101101000011100001010010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856859; }

 p { color: rgb(133,104,89); }

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

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

 a { background-color: rgb(133,104,89); }

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

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

 span { border-color: rgb(133,104,89); }

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