#856550

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

Shades of Roman Coffee #856550

Tints of Roman Coffee #856550

Color information

#856550 (or 0x856550) is unknown color: approx Roman Coffee. HEX triplet: 85, 65 and 50. RGB value is (133,101,80). Sum of RGB (Red+Green+Blue) = 133+101+80=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #856550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856550 is #7A9AAF. Grayscale: #6C6C6C. Windows color (decimal): -8034992 or 5268869. OLE color: 5268869.

HSL color Cylindrical-coordinate representation of color #856550: hue angle of 23.77º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #856550 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB13310180-
CMYK00.240.400.48
HSL23.77º24.88%41.76%-
HSV(B)23.77º39.85%52.16%-
XYZ15.7714.879.63-
YUV108.17112.1145.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 101 (39.84% from 255) = 32.17%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=42.36%
G=32.17%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331018000.240.400.4823.7724.8841.76
Hex856550018283018192a
Octal2051451200305060303152
Binary10000101110010110100000110001010001100001100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856550; }

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

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

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

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

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

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

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

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