#856853

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

Shades of Roman Coffee #856853

Tints of Roman Coffee #856853

Color information

#856853 (or 0x856853) is unknown color: approx Roman Coffee. HEX triplet: 85, 68 and 53. RGB value is (133,104,83). Sum of RGB (Red+Green+Blue) = 133+104+83=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #856853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856853 is #7A97AC. Grayscale: #6E6E6E. Windows color (decimal): -8034221 or 5466245. OLE color: 5466245.

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

Color convert

RGB13310483-
CMYK00.220.380.48
HSL25.2º23.15%42.35%-
HSV(B)25.2º37.59%52.16%-
XYZ16.1815.5110.32-
YUV110.28112.61144.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 104 (41.02% from 255) = 32.5%
BLUE value IS 83 (32.81% from 255) = 25.94%
R=41.56%
G=32.5%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331048300.220.380.4825.223.1542.35
Hex856853016263019172a
Octal2051501230264660312752
Binary10000101110100010100110101101001101100001100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856853; }

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

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

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

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

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

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

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

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