#856858

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

Shades of Roman Coffee #856858

Tints of Roman Coffee #856858

Color information

#856858 (or 0x856858) is unknown color: approx Roman Coffee. HEX triplet: 85, 68 and 58. RGB value is (133,104,88). Sum of RGB (Red+Green+Blue) = 133+104+88=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #856858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856858 is #7A97A7. Grayscale: #6E6E6E. Windows color (decimal): -8034216 or 5793925. OLE color: 5793925.

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

Color convert

RGB13310488-
CMYK00.220.340.48
HSL21.33º20.36%43.33%-
HSV(B)21.33º33.83%52.16%-
XYZ16.3815.5911.38-
YUV110.85115.11143.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 104 (41.02% from 255) = 32%
BLUE value IS 88 (34.77% from 255) = 27.08%
R=40.92%
G=32%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331048800.220.340.4821.3320.3643.33
Hex856858016223015142b
Octal2051501300264260252453
Binary10000101110100010110000101101000101100001010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856858; }

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

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

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

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

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

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

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

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