#82620C

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

Shades of Yukon Gold #82620C

Tints of Yukon Gold #82620C

Color information

#82620C (or 0x82620C) is unknown color: approx Yukon Gold. HEX triplet: 82, 62 and 0C. RGB value is (130,98,12). Sum of RGB (Red+Green+Blue) = 130+98+12=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #82620C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82620C is #7D9DF3. Grayscale: #626262. Windows color (decimal): -8232436 or 811650. OLE color: 811650.

HSL color Cylindrical-coordinate representation of color #82620C: hue angle of 43.73º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82620C is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1309812-
CMYK00.250.910.49
HSL43.73º83.1%27.84%-
HSV(B)43.73º90.77%50.98%-
XYZ13.6413.512.24-
YUV97.7679.6150.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.17%
GREEN value IS 98 (38.67% from 255) = 40.83%
BLUE value IS 12 (5.08% from 255) = 5%
R=54.17%
G=40.83%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130981200.250.910.4943.7383.127.84
Hex8262C0195B312c531c
Octal20214214031133615412334
Binary10000010110001011000110011011011110001101100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82620C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82620C; }

 p { color: rgb(130,98,12); }

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

<style>
 a { background-color: #82620C; }

 a { background-color: rgb(130,98,12); }

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

<style>
 span { border-color: #82620C; }

 span { border-color: rgb(130,98,12); }

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