#826455

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

Shades of Roman Coffee #826455

Tints of Roman Coffee #826455

Color information

#826455 (or 0x826455) is unknown color: approx Roman Coffee. HEX triplet: 82, 64 and 55. RGB value is (130,100,85). Sum of RGB (Red+Green+Blue) = 130+100+85=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #826455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826455 is #7D9BAA. Grayscale: #6B6B6B. Windows color (decimal): -8231851 or 5596290. OLE color: 5596290.

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

Color convert

RGB13010085-
CMYK00.230.350.49
HSL20º20.93%42.16%-
HSV(B)20º34.62%50.98%-
XYZ15.414.5210.58-
YUV107.26115.44144.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 85 (33.59% from 255) = 26.98%
R=41.27%
G=31.75%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301008500.230.350.492020.9342.16
Hex826455017233114152a
Octal2021441250274361242552
Binary10000010110010010101010101111000111100011010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826455; }

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

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

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

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

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

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

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

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