#826A5C

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

Shades of Roman Coffee #826A5C

Tints of Roman Coffee #826A5C

Color information

#826A5C (or 0x826A5C) is unknown color: approx Roman Coffee. HEX triplet: 82, 6A and 5C. RGB value is (130,106,92). Sum of RGB (Red+Green+Blue) = 130+106+92=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #826A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A5C is #7D95A3. Grayscale: #6F6F6F. Windows color (decimal): -8230308 or 6056578. OLE color: 6056578.

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

Color convert

RGB13010692-
CMYK00.180.290.49
HSL22.11º17.12%43.53%-
HSV(B)22.11º29.23%50.98%-
XYZ16.2915.8312.32-
YUV111.58116.95141.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 106 (41.80% from 255) = 32.32%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=39.63%
G=32.32%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301069200.180.290.4922.1117.1243.53
Hex826A5C0121D3116112c
Octal2021521340223561262154
Binary1000001011010101011100010010111011100011011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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