#826A56

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

Shades of Roman Coffee #826A56

Tints of Roman Coffee #826A56

Color information

#826A56 (or 0x826A56) is unknown color: approx Roman Coffee. HEX triplet: 82, 6A and 56. RGB value is (130,106,86). Sum of RGB (Red+Green+Blue) = 130+106+86=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #826A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A56 is #7D95A9. Grayscale: #6F6F6F. Windows color (decimal): -8230314 or 5663362. OLE color: 5663362.

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

Color convert

RGB13010686-
CMYK00.180.340.49
HSL27.27º20.37%42.35%-
HSV(B)27.27º33.85%50.98%-
XYZ16.0415.7310.99-
YUV110.9113.95141.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 106 (41.80% from 255) = 32.92%
BLUE value IS 86 (33.98% from 255) = 26.71%
R=40.37%
G=32.92%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301068600.180.340.4927.2720.3742.35
Hex826A5601222311b142a
Octal2021521260224261332452
Binary10000010110101010101100100101000101100011101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826A56; }

 p { color: rgb(130,106,86); }

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

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

 a { background-color: rgb(130,106,86); }

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

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

 span { border-color: rgb(130,106,86); }

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