#82670A

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

Shades of Yukon Gold #82670A

Tints of Yukon Gold #82670A

Color information

#82670A (or 0x82670A) is unknown color: approx Yukon Gold. HEX triplet: 82, 67 and 0A. RGB value is (130,103,10). Sum of RGB (Red+Green+Blue) = 130+103+10=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #82670A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82670A is #7D98F5. Grayscale: #646464. Windows color (decimal): -8231158 or 681858. OLE color: 681858.

HSL color Cylindrical-coordinate representation of color #82670A: hue angle of 46.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82670A is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB13010310-
CMYK00.210.920.49
HSL46.5º85.71%27.45%-
HSV(B)46.5º92.31%50.98%-
XYZ14.1114.472.34-
YUV100.4776.95149.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.50%
GREEN value IS 103 (40.62% from 255) = 42.39%
BLUE value IS 10 (4.30% from 255) = 4.12%
R=53.50%
G=42.39%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301031000.210.920.4946.585.7127.45
Hex8267A0155C312e561b
Octal20214712025134615612633
Binary10000010110011110100101011011100110001101110101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82670A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,103,10); }

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

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

 a { background-color: rgb(130,103,10); }

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

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

 span { border-color: rgb(130,103,10); }

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