#826A5B

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

Shades of Roman Coffee #826A5B

Tints of Roman Coffee #826A5B

Color information

#826A5B (or 0x826A5B) is unknown color: approx Roman Coffee. HEX triplet: 82, 6A and 5B. RGB value is (130,106,91). Sum of RGB (Red+Green+Blue) = 130+106+91=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #826A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A5B is #7D95A4. Grayscale: #6F6F6F. Windows color (decimal): -8230309 or 5991042. OLE color: 5991042.

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

Color convert

RGB13010691-
CMYK00.180.300.49
HSL23.08º17.65%43.33%-
HSV(B)23.08º30%50.98%-
XYZ16.2515.8112.09-
YUV111.47116.45141.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.76%
GREEN value IS 106 (41.80% from 255) = 32.42%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=39.76%
G=32.42%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301069100.180.300.4923.0817.6543.33
Hex826A5B0121E3117122b
Octal2021521330223661272253
Binary1000001011010101011011010010111101100011011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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