#856553

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

Shades of Roman Coffee #856553

Tints of Roman Coffee #856553

Color information

#856553 (or 0x856553) is unknown color: approx Roman Coffee. HEX triplet: 85, 65 and 53. RGB value is (133,101,83). Sum of RGB (Red+Green+Blue) = 133+101+83=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #856553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856553 is #7A9AAC. Grayscale: #6C6C6C. Windows color (decimal): -8034989 or 5465477. OLE color: 5465477.

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

Color convert

RGB13310183-
CMYK00.240.380.48
HSL21.6º23.15%42.35%-
HSV(B)21.6º37.59%52.16%-
XYZ15.8914.9210.23-
YUV108.52113.6145.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 101 (39.84% from 255) = 31.86%
BLUE value IS 83 (32.81% from 255) = 26.18%
R=41.96%
G=31.86%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331018300.240.380.4821.623.1542.35
Hex856553018263016172a
Octal2051451230304660262752
Binary10000101110010110100110110001001101100001011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856553; }

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

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

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

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

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

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

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

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