#856855

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

Shades of Roman Coffee #856855

Tints of Roman Coffee #856855

Color information

#856855 (or 0x856855) is unknown color: approx Roman Coffee. HEX triplet: 85, 68 and 55. RGB value is (133,104,85). Sum of RGB (Red+Green+Blue) = 133+104+85=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #856855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856855 is #7A97AA. Grayscale: #6E6E6E. Windows color (decimal): -8034219 or 5597317. OLE color: 5597317.

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

Color convert

RGB13310485-
CMYK00.220.360.48
HSL23.75º22.02%42.75%-
HSV(B)23.75º36.09%52.16%-
XYZ16.2615.5410.74-
YUV110.5113.61144.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.30%
GREEN value IS 104 (41.02% from 255) = 32.30%
BLUE value IS 85 (33.59% from 255) = 26.40%
R=41.30%
G=32.30%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331048500.220.360.4823.7522.0242.75
Hex856855016243018162b
Octal2051501250264460302653
Binary10000101110100010101010101101001001100001100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856855; }

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

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

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

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

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

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

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

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