#82654C

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

Shades of Roman Coffee #82654C

Tints of Roman Coffee #82654C

Color information

#82654C (or 0x82654C) is unknown color: approx Roman Coffee. HEX triplet: 82, 65 and 4C. RGB value is (130,101,76). Sum of RGB (Red+Green+Blue) = 130+101+76=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #82654C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82654C is #7D9AB3. Grayscale: #6A6A6A. Windows color (decimal): -8231604 or 5006722. OLE color: 5006722.

HSL color Cylindrical-coordinate representation of color #82654C: hue angle of 27.78º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82654C is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB13010176-
CMYK00.220.420.49
HSL27.78º26.21%40.39%-
HSV(B)27.78º41.54%50.98%-
XYZ15.1614.578.85-
YUV106.82110.61144.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.35%
GREEN value IS 101 (39.84% from 255) = 32.90%
BLUE value IS 76 (30.08% from 255) = 24.76%
R=42.35%
G=32.90%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301017600.220.420.4927.7826.2140.39
Hex82654C0162A311c1a28
Octal2021451140265261343250
Binary10000010110010110011000101101010101100011110011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82654C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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