#826054

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

Shades of Russett #826054

Tints of Russett #826054

Color information

#826054 (or 0x826054) is unknown color: approx Russett. HEX triplet: 82, 60 and 54. RGB value is (130,96,84). Sum of RGB (Red+Green+Blue) = 130+96+84=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #826054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826054 is #7D9FAB. Grayscale: #686868. Windows color (decimal): -8232876 or 5529730. OLE color: 5529730.

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

Color convert

RGB1309684-
CMYK00.260.350.49
HSL15.65º21.5%41.96%-
HSV(B)15.65º35.38%50.98%-
XYZ14.9913.7510.25-
YUV104.8116.26145.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.94%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 84 (33.20% from 255) = 27.10%
R=41.94%
G=30.97%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130968400.260.350.4915.6521.541.96
Hex82605401A233110152a
Octal2021401240324361202552
Binary10000010110000010101000110101000111100011000010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826054; }

 p { color: rgb(130,96,84); }

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

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

 a { background-color: rgb(130,96,84); }

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

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

 span { border-color: rgb(130,96,84); }

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