#826A2D

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

Shades of Yukon Gold #826A2D

Tints of Yukon Gold #826A2D

Color information

#826A2D (or 0x826A2D) is unknown color: approx Yukon Gold. HEX triplet: 82, 6A and 2D. RGB value is (130,106,45). Sum of RGB (Red+Green+Blue) = 130+106+45=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #826A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826A2D is #7D95D2. Grayscale: #6A6A6A. Windows color (decimal): -8230355 or 2976386. OLE color: 2976386.

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

Color convert

RGB13010645-
CMYK00.180.650.49
HSL43.06º48.57%34.31%-
HSV(B)43.06º65.38%50.98%-
XYZ14.8315.244.64-
YUV106.2293.45144.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 106 (41.80% from 255) = 37.72%
BLUE value IS 45 (17.97% from 255) = 16.01%
R=46.26%
G=37.72%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301064500.180.650.4943.0648.5734.31
Hex826A2D01241312b3122
Octal2021525502210161536142
Binary1000001011010101011010100101000001110001101011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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