#82662A

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

Shades of Yukon Gold #82662A

Tints of Yukon Gold #82662A

Color information

#82662A (or 0x82662A) is unknown color: approx Yukon Gold. HEX triplet: 82, 66 and 2A. RGB value is (130,102,42). Sum of RGB (Red+Green+Blue) = 130+102+42=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82662A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82662A is #7D99D5. Grayscale: #676767. Windows color (decimal): -8231382 or 2778754. OLE color: 2778754.

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

Color convert

RGB13010242-
CMYK00.220.680.49
HSL40.91º51.16%33.73%-
HSV(B)40.91º67.69%50.98%-
XYZ14.3814.424.22-
YUV103.5393.28146.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.45%
GREEN value IS 102 (40.23% from 255) = 37.23%
BLUE value IS 42 (16.80% from 255) = 15.33%
R=47.45%
G=37.23%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301024200.220.680.4940.9151.1633.73
Hex82662A0164431293322
Octal2021465202610461516342
Binary1000001011001101010100101101000100110001101001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82662A; }

 p { color: rgb(130,102,42); }

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

<style>
 a { background-color: #82662A; }

 a { background-color: rgb(130,102,42); }

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

<style>
 span { border-color: #82662A; }

 span { border-color: rgb(130,102,42); }

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