#826A5F

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

Shades of Russett #826A5F

Tints of Russett #826A5F

Color information

#826A5F (or 0x826A5F) is unknown color: approx Russett. HEX triplet: 82, 6A and 5F. RGB value is (130,106,95). Sum of RGB (Red+Green+Blue) = 130+106+95=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #826A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A5F is #7D95A0. Grayscale: #6F6F6F. Windows color (decimal): -8230305 or 6253186. OLE color: 6253186.

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

Color convert

RGB13010695-
CMYK00.180.270.49
HSL18.86º15.56%44.12%-
HSV(B)18.86º26.92%50.98%-
XYZ16.4315.8813.03-
YUV111.92118.45140.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.27%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 95 (37.5% from 255) = 28.70%
R=39.27%
G=32.02%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301069500.180.270.4918.8615.5644.12
Hex826A5F0121B3113102c
Octal2021521370223361232054
Binary1000001011010101011111010010110111100011001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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