#82654D

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

Shades of Roman Coffee #82654D

Tints of Roman Coffee #82654D

Color information

#82654D (or 0x82654D) is unknown color: approx Roman Coffee. HEX triplet: 82, 65 and 4D. RGB value is (130,101,77). Sum of RGB (Red+Green+Blue) = 130+101+77=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #82654D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82654D is #7D9AB2. Grayscale: #6B6B6B. Windows color (decimal): -8231603 or 5072258. OLE color: 5072258.

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

Color convert

RGB13010177-
CMYK00.220.410.49
HSL27.17º25.6%40.59%-
HSV(B)27.17º40.77%50.98%-
XYZ15.214.599.04-
YUV106.94111.11144.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 77 (30.47% from 255) = 25%
R=42.21%
G=32.79%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301017700.220.410.4927.1725.640.59
Hex82654D01629311b1a29
Octal2021451150265161333251
Binary10000010110010110011010101101010011100011101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82654D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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