#82664E

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

Shades of Roman Coffee #82664E

Tints of Roman Coffee #82664E

Color information

#82664E (or 0x82664E) is unknown color: approx Roman Coffee. HEX triplet: 82, 66 and 4E. RGB value is (130,102,78). Sum of RGB (Red+Green+Blue) = 130+102+78=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #82664E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82664E is #7D99B1. Grayscale: #6B6B6B. Windows color (decimal): -8231346 or 5138050. OLE color: 5138050.

HSL color Cylindrical-coordinate representation of color #82664E: hue angle of 27.69º 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 #82664E is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB13010278-
CMYK00.220.400.49
HSL27.69º25%40.78%-
HSV(B)27.69º40%50.98%-
XYZ15.3314.89.26-
YUV107.64111.28143.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.94%
GREEN value IS 102 (40.23% from 255) = 32.90%
BLUE value IS 78 (30.86% from 255) = 25.16%
R=41.94%
G=32.90%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301027800.220.400.4927.692540.78
Hex82664E01628311c1929
Octal2021461160265061343151
Binary10000010110011010011100101101010001100011110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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