#826550

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

Shades of Roman Coffee #826550

Tints of Roman Coffee #826550

Color information

#826550 (or 0x826550) is unknown color: approx Roman Coffee. HEX triplet: 82, 65 and 50. RGB value is (130,101,80). Sum of RGB (Red+Green+Blue) = 130+101+80=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #826550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826550 is #7D9AAF. Grayscale: #6B6B6B. Windows color (decimal): -8231600 or 5268866. OLE color: 5268866.

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

Color convert

RGB13010180-
CMYK00.220.380.49
HSL25.2º23.81%41.18%-
HSV(B)25.2º38.46%50.98%-
XYZ15.3114.639.61-
YUV107.28112.61144.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.80%
GREEN value IS 101 (39.84% from 255) = 32.48%
BLUE value IS 80 (31.64% from 255) = 25.72%
R=41.80%
G=32.48%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301018000.220.380.4925.223.8141.18
Hex8265500162631191829
Octal2021451200264661313051
Binary10000010110010110100000101101001101100011100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826550; }

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

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

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

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

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

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

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

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