#82674E

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

Shades of Roman Coffee #82674E

Tints of Roman Coffee #82674E

Color information

#82674E (or 0x82674E) is unknown color: approx Roman Coffee. HEX triplet: 82, 67 and 4E. RGB value is (130,103,78). Sum of RGB (Red+Green+Blue) = 130+103+78=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #82674E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82674E is #7D98B1. Grayscale: #6C6C6C. Windows color (decimal): -8231090 or 5138306. OLE color: 5138306.

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

Color convert

RGB13010378-
CMYK00.210.400.49
HSL28.85º25%40.78%-
HSV(B)28.85º40%50.98%-
XYZ15.43159.29-
YUV108.22110.95143.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.80%
GREEN value IS 103 (40.62% from 255) = 33.12%
BLUE value IS 78 (30.86% from 255) = 25.08%
R=41.80%
G=33.12%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301037800.210.400.4928.852540.78
Hex82674E01528311d1929
Octal2021471160255061353151
Binary10000010110011110011100101011010001100011110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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