#82684F

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

Shades of Roman Coffee #82684F

Tints of Roman Coffee #82684F

Color information

#82684F (or 0x82684F) is unknown color: approx Roman Coffee. HEX triplet: 82, 68 and 4F. RGB value is (130,104,79). Sum of RGB (Red+Green+Blue) = 130+104+79=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #82684F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82684F is #7D97B0. Grayscale: #6D6D6D. Windows color (decimal): -8230833 or 5204098. OLE color: 5204098.

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

Color convert

RGB13010479-
CMYK00.20.390.49
HSL29.41º24.4%40.98%-
HSV(B)29.41º39.23%50.98%-
XYZ15.5715.219.51-
YUV108.92111.11143.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.53%
GREEN value IS 104 (41.02% from 255) = 33.23%
BLUE value IS 79 (31.25% from 255) = 25.24%
R=41.53%
G=33.23%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301047900.20.390.4929.4124.440.98
Hex82684F01427311d1829
Octal2021501170244761353051
Binary10000010110100010011110101001001111100011110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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