#856857

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

Shades of Roman Coffee #856857

Tints of Roman Coffee #856857

Color information

#856857 (or 0x856857) is unknown color: approx Roman Coffee. HEX triplet: 85, 68 and 57. RGB value is (133,104,87). Sum of RGB (Red+Green+Blue) = 133+104+87=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #856857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856857 is #7A97A8. Grayscale: #6E6E6E. Windows color (decimal): -8034217 or 5728389. OLE color: 5728389.

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

Color convert

RGB13310487-
CMYK00.220.350.48
HSL22.17º20.91%43.14%-
HSV(B)22.17º34.59%52.16%-
XYZ16.3415.5811.16-
YUV110.73114.61143.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 104 (41.02% from 255) = 32.10%
BLUE value IS 87 (34.38% from 255) = 26.85%
R=41.05%
G=32.10%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331048700.220.350.4822.1720.9143.14
Hex856857016233016152b
Octal2051501270264360262553
Binary10000101110100010101110101101000111100001011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856857; }

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

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

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

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

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

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

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

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