#856554

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

Shades of Roman Coffee #856554

Tints of Roman Coffee #856554

Color information

#856554 (or 0x856554) is unknown color: approx Roman Coffee. HEX triplet: 85, 65 and 54. RGB value is (133,101,84). Sum of RGB (Red+Green+Blue) = 133+101+84=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #856554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856554 is #7A9AAB. Grayscale: #6C6C6C. Windows color (decimal): -8034988 or 5531013. OLE color: 5531013.

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

Color convert

RGB13310184-
CMYK00.240.370.48
HSL20.82º22.58%42.55%-
HSV(B)20.82º36.84%52.16%-
XYZ15.9314.9310.43-
YUV108.63114.1145.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 101 (39.84% from 255) = 31.76%
BLUE value IS 84 (33.20% from 255) = 26.42%
R=41.82%
G=31.76%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331018400.240.370.4820.8222.5842.55
Hex856554018253015172b
Octal2051451240304560252753
Binary10000101110010110101000110001001011100001010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856554; }

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

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

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

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

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

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

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

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