#826C2D

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

Shades of Yukon Gold #826C2D

Tints of Yukon Gold #826C2D

Color information

#826C2D (or 0x826C2D) is unknown color: approx Yukon Gold. HEX triplet: 82, 6C and 2D. RGB value is (130,108,45). Sum of RGB (Red+Green+Blue) = 130+108+45=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #826C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826C2D is #7D93D2. Grayscale: #6B6B6B. Windows color (decimal): -8229843 or 2976898. OLE color: 2976898.

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

Color convert

RGB13010845-
CMYK00.170.650.49
HSL44.47º48.57%34.31%-
HSV(B)44.47º65.38%50.98%-
XYZ15.0415.664.71-
YUV107.492.79144.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 108 (42.58% from 255) = 38.16%
BLUE value IS 45 (17.97% from 255) = 15.90%
R=45.94%
G=38.16%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301084500.170.650.4944.4748.5734.31
Hex826C2D01141312c3122
Octal2021545502110161546142
Binary1000001011011001011010100011000001110001101100110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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