#826555

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

Shades of Roman Coffee #826555

Tints of Roman Coffee #826555

Color information

#826555 (or 0x826555) is unknown color: approx Roman Coffee. HEX triplet: 82, 65 and 55. RGB value is (130,101,85). Sum of RGB (Red+Green+Blue) = 130+101+85=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #826555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826555 is #7D9AAA. Grayscale: #6B6B6B. Windows color (decimal): -8231595 or 5596546. OLE color: 5596546.

HSL color Cylindrical-coordinate representation of color #826555: hue angle of 21.33º 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 #826555 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB13010185-
CMYK00.220.350.49
HSL21.33º20.93%42.16%-
HSV(B)21.33º34.62%50.98%-
XYZ15.514.7110.62-
YUV107.85115.11143.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.14%
GREEN value IS 101 (39.84% from 255) = 31.96%
BLUE value IS 85 (33.59% from 255) = 26.90%
R=41.14%
G=31.96%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301018500.220.350.4921.3320.9342.16
Hex826555016233115152a
Octal2021451250264361252552
Binary10000010110010110101010101101000111100011010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826555; }

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

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

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

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

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

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

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

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