#826408

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

Shades of Yukon Gold #826408

Tints of Yukon Gold #826408

Color information

#826408 (or 0x826408) is unknown color: approx Yukon Gold. HEX triplet: 82, 64 and 08. RGB value is (130,100,8). Sum of RGB (Red+Green+Blue) = 130+100+8=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #826408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826408 is #7D9BF7. Grayscale: #626262. Windows color (decimal): -8231928 or 550018. OLE color: 550018.

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

Color convert

RGB1301008-
CMYK00.230.940.49
HSL45.25º88.41%27.06%-
HSV(B)45.25º93.85%50.98%-
XYZ13.8113.882.18-
YUV98.4876.94150.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.62%
GREEN value IS 100 (39.45% from 255) = 42.02%
BLUE value IS 8 (3.52% from 255) = 3.36%
R=54.62%
G=42.02%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130100800.230.940.4945.2588.4127.06
Hex826480175E312d581b
Octal20214410027136615513033
Binary10000010110010010000101111011110110001101101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826408; }

 p { color: rgb(130,100,8); }

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

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

 a { background-color: rgb(130,100,8); }

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

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

 span { border-color: rgb(130,100,8); }

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