#826C73

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

Shades of Empress #826C73

Tints of Empress #826C73

Color information

#826C73 (or 0x826C73) is unknown color: approx Empress. HEX triplet: 82, 6C and 73. RGB value is (130,108,115). Sum of RGB (Red+Green+Blue) = 130+108+115=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #826C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826C73 is #7D938C. Grayscale: #737373. Windows color (decimal): -8229773 or 7564418. OLE color: 7564418.

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

Color convert

RGB130108115-
CMYK00.170.120.49
HSL340.91º9.24%46.67%-
HSV(B)340.91º16.92%50.98%-
XYZ17.6616.7118.51-
YUV115.38127.79138.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.83%
GREEN value IS 108 (42.58% from 255) = 30.59%
BLUE value IS 115 (45.31% from 255) = 32.58%
R=36.83%
G=30.59%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010811500.170.120.49340.919.2446.67
Hex826C73011C3115592f
Octal20215416302114615251157
Binary100000101101100111001101000111001100011010101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,108,115); }

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

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

 a { background-color: rgb(130,108,115); }

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

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

 span { border-color: rgb(130,108,115); }

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