#826C2C

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

Shades of Yukon Gold #826C2C

Tints of Yukon Gold #826C2C

Color information

#826C2C (or 0x826C2C) is unknown color: approx Yukon Gold. HEX triplet: 82, 6C and 2C. RGB value is (130,108,44). Sum of RGB (Red+Green+Blue) = 130+108+44=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #826C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826C2C is #7D93D3. Grayscale: #6B6B6B. Windows color (decimal): -8229844 or 2911362. OLE color: 2911362.

HSL color Cylindrical-coordinate representation of color #826C2C: hue angle of 44.65º 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 #826C2C is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB13010844-
CMYK00.170.660.49
HSL44.65º49.43%34.12%-
HSV(B)44.65º66.15%50.98%-
XYZ15.0215.654.61-
YUV107.2892.29144.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 108 (42.58% from 255) = 38.30%
BLUE value IS 44 (17.58% from 255) = 15.60%
R=46.10%
G=38.30%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301084400.170.660.4944.6549.4334.12
Hex826C2C01142312d3122
Octal2021545402110261556142
Binary1000001011011001011000100011000010110001101101110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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