#826D2C

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

Shades of Yukon Gold #826D2C

Tints of Yukon Gold #826D2C

Color information

#826D2C (or 0x826D2C) is unknown color: approx Yukon Gold. HEX triplet: 82, 6D and 2C. RGB value is (130,109,44). Sum of RGB (Red+Green+Blue) = 130+109+44=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #826D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826D2C is #7D92D3. Grayscale: #6C6C6C. Windows color (decimal): -8229588 or 2911618. OLE color: 2911618.

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

Color convert

RGB13010944-
CMYK00.160.660.49
HSL45.35º49.43%34.12%-
HSV(B)45.35º66.15%50.98%-
XYZ15.1315.864.65-
YUV107.8791.96143.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 109 (42.97% from 255) = 38.52%
BLUE value IS 44 (17.58% from 255) = 15.55%
R=45.94%
G=38.52%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301094400.160.660.4945.3549.4334.12
Hex826D2C01042312d3122
Octal2021555402010261556142
Binary1000001011011011011000100001000010110001101101110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,109,44); }

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

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

 a { background-color: rgb(130,109,44); }

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

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

 span { border-color: rgb(130,109,44); }

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