#82684E

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

Shades of Roman Coffee #82684E

Tints of Roman Coffee #82684E

Color information

#82684E (or 0x82684E) is unknown color: approx Roman Coffee. HEX triplet: 82, 68 and 4E. RGB value is (130,104,78). Sum of RGB (Red+Green+Blue) = 130+104+78=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #82684E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82684E is #7D97B1. Grayscale: #6C6C6C. Windows color (decimal): -8230834 or 5138562. OLE color: 5138562.

HSL color Cylindrical-coordinate representation of color #82684E: hue angle of 30º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82684E is Cyan = 0, Magento = 0.2, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB13010478-
CMYK00.20.400.49
HSL30º25%40.78%-
HSV(B)30º40%50.98%-
XYZ15.5315.29.32-
YUV108.81110.61143.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.67%
GREEN value IS 104 (41.02% from 255) = 33.33%
BLUE value IS 78 (30.86% from 255) = 25%
R=41.67%
G=33.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301047800.20.400.49302540.78
Hex82684E01428311e1929
Octal2021501160245061363151
Binary10000010110100010011100101001010001100011111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82684E; }

 p { color: rgb(130,104,78); }

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

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

 a { background-color: rgb(130,104,78); }

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

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

 span { border-color: rgb(130,104,78); }

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