#82674D

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

Shades of Roman Coffee #82674D

Tints of Roman Coffee #82674D

Color information

#82674D (or 0x82674D) is unknown color: approx Roman Coffee. HEX triplet: 82, 67 and 4D. RGB value is (130,103,77). Sum of RGB (Red+Green+Blue) = 130+103+77=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #82674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82674D is #7D98B2. Grayscale: #6C6C6C. Windows color (decimal): -8231091 or 5072770. OLE color: 5072770.

HSL color Cylindrical-coordinate representation of color #82674D: hue angle of 29.43º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82674D is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB13010377-
CMYK00.210.410.49
HSL29.43º25.6%40.59%-
HSV(B)29.43º40.77%50.98%-
XYZ15.414.989.1-
YUV108.11110.45143.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.94%
GREEN value IS 103 (40.62% from 255) = 33.23%
BLUE value IS 77 (30.47% from 255) = 24.84%
R=41.94%
G=33.23%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301037700.210.410.4929.4325.640.59
Hex82674D01529311d1a29
Octal2021471150255161353251
Binary10000010110011110011010101011010011100011110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82674D; }

 p { color: rgb(130,103,77); }

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

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

 a { background-color: rgb(130,103,77); }

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

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

 span { border-color: rgb(130,103,77); }

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