#826A5A

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

Shades of Roman Coffee #826A5A

Tints of Roman Coffee #826A5A

Color information

#826A5A (or 0x826A5A) is unknown color: approx Roman Coffee. HEX triplet: 82, 6A and 5A. RGB value is (130,106,90). Sum of RGB (Red+Green+Blue) = 130+106+90=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #826A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A5A is #7D95A5. Grayscale: #6F6F6F. Windows color (decimal): -8230310 or 5925506. OLE color: 5925506.

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

Color convert

RGB13010690-
CMYK00.180.310.49
HSL24º18.18%43.14%-
HSV(B)24º30.77%50.98%-
XYZ16.2115.7911.87-
YUV111.35115.95141.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.88%
GREEN value IS 106 (41.80% from 255) = 32.52%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=39.88%
G=32.52%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301069000.180.310.492418.1843.14
Hex826A5A0121F3118122b
Octal2021521320223761302253
Binary1000001011010101011010010010111111100011100010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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