#826755

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

Shades of Roman Coffee #826755

Tints of Roman Coffee #826755

Color information

#826755 (or 0x826755) is unknown color: approx Roman Coffee. HEX triplet: 82, 67 and 55. RGB value is (130,103,85). Sum of RGB (Red+Green+Blue) = 130+103+85=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #826755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826755 is #7D98AA. Grayscale: #6D6D6D. Windows color (decimal): -8231083 or 5597058. OLE color: 5597058.

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

Color convert

RGB13010385-
CMYK00.210.350.49
HSL24º20.93%42.16%-
HSV(B)24º34.62%50.98%-
XYZ15.715.110.68-
YUV109.02114.45142.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 103 (40.62% from 255) = 32.39%
BLUE value IS 85 (33.59% from 255) = 26.73%
R=40.88%
G=32.39%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301038500.210.350.492420.9342.16
Hex826755015233118152a
Octal2021471250254361302552
Binary10000010110011110101010101011000111100011100010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826755; }

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

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

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

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

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

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

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

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