#826750

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

Shades of Roman Coffee #826750

Tints of Roman Coffee #826750

Color information

#826750 (or 0x826750) is unknown color: approx Roman Coffee. HEX triplet: 82, 67 and 50. RGB value is (130,103,80). Sum of RGB (Red+Green+Blue) = 130+103+80=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #826750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826750 is #7D98AF. Grayscale: #6C6C6C. Windows color (decimal): -8231088 or 5269378. OLE color: 5269378.

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

Color convert

RGB13010380-
CMYK00.210.380.49
HSL27.6º23.81%41.18%-
HSV(B)27.6º38.46%50.98%-
XYZ15.515.039.67-
YUV108.45111.95143.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.53%
GREEN value IS 103 (40.62% from 255) = 32.91%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=41.53%
G=32.91%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301038000.210.380.4927.623.8141.18
Hex82675001526311c1829
Octal2021471200254661343051
Binary10000010110011110100000101011001101100011110011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826750; }

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

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

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

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

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

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

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

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