#80624F

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

Shades of Roman Coffee #80624F

Tints of Roman Coffee #80624F

Color information

#80624F (or 0x80624F) is unknown color: approx Roman Coffee. HEX triplet: 80, 62 and 4F. RGB value is (128,98,79). Sum of RGB (Red+Green+Blue) = 128+98+79=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #80624F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80624F is #7F9DB0. Grayscale: #686868. Windows color (decimal): -8363441 or 5202560. OLE color: 5202560.

HSL color Cylindrical-coordinate representation of color #80624F: hue angle of 23.27º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80624F is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB1289879-
CMYK00.230.380.50
HSL23.27º23.67%40.59%-
HSV(B)23.27º38.28%50.2%-
XYZ14.6813.899.3-
YUV104.8113.44144.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.97%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 79 (31.25% from 255) = 25.90%
R=41.97%
G=32.13%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128987900.230.380.5023.2723.6740.59
Hex80624F0172632171829
Octal2001421170274662273051
Binary10000000110001010011110101111001101100101011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80624F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80624F; }

 p { color: rgb(128,98,79); }

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

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

 a { background-color: rgb(128,98,79); }

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

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

 span { border-color: rgb(128,98,79); }

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