#826551

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

Shades of Roman Coffee #826551

Tints of Roman Coffee #826551

Color information

#826551 (or 0x826551) is unknown color: approx Roman Coffee. HEX triplet: 82, 65 and 51. RGB value is (130,101,81). Sum of RGB (Red+Green+Blue) = 130+101+81=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #826551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826551 is #7D9AAE. Grayscale: #6B6B6B. Windows color (decimal): -8231599 or 5334402. OLE color: 5334402.

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

Color convert

RGB13010181-
CMYK00.220.380.49
HSL24.49º23.22%41.37%-
HSV(B)24.49º37.69%50.98%-
XYZ15.3414.659.8-
YUV107.39113.11144.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.67%
GREEN value IS 101 (39.84% from 255) = 32.37%
BLUE value IS 81 (32.03% from 255) = 25.96%
R=41.67%
G=32.37%
B=25.96%

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
Decimal1301018100.220.380.4924.4923.2241.37
Hex8265510162631181729
Octal2021451210264661302751
Binary10000010110010110100010101101001101100011100010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826551; }

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

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

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

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

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

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

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

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