#826209

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

Shades of Yukon Gold #826209

Tints of Yukon Gold #826209

Color information

#826209 (or 0x826209) is unknown color: approx Yukon Gold. HEX triplet: 82, 62 and 09. RGB value is (130,98,9). Sum of RGB (Red+Green+Blue) = 130+98+9=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #826209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826209 is #7D9DF6. Grayscale: #616161. Windows color (decimal): -8232439 or 615042. OLE color: 615042.

HSL color Cylindrical-coordinate representation of color #826209: hue angle of 44.13º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #826209 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB130989-
CMYK00.250.930.49
HSL44.13º87.05%27.25%-
HSV(B)44.13º93.08%50.98%-
XYZ13.6213.52.15-
YUV97.4278.1151.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.85%
GREEN value IS 98 (38.67% from 255) = 41.35%
BLUE value IS 9 (3.91% from 255) = 3.80%
R=54.85%
G=41.35%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13098900.250.930.4944.1387.0527.25
Hex826290195D312c571b
Octal20214211031135615412733
Binary10000010110001010010110011011101110001101100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826209; }

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

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

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

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

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

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

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

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