#826417

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

Shades of Yukon Gold #826417

Tints of Yukon Gold #826417

Color information

#826417 (or 0x826417) is unknown color: approx Yukon Gold. HEX triplet: 82, 64 and 17. RGB value is (130,100,23). Sum of RGB (Red+Green+Blue) = 130+100+23=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #826417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826417 is #7D9BE8. Grayscale: #646464. Windows color (decimal): -8231913 or 1533058. OLE color: 1533058.

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

Color convert

RGB13010023-
CMYK00.230.820.49
HSL43.18º69.93%30%-
HSV(B)43.18º82.31%50.98%-
XYZ13.9213.922.76-
YUV100.1984.44149.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.38%
GREEN value IS 100 (39.45% from 255) = 39.53%
BLUE value IS 23 (9.38% from 255) = 9.09%
R=51.38%
G=39.53%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301002300.230.820.4943.1869.9330
Hex82641701752312b461e
Octal20214427027122615310636
Binary100000101100100101110101111010010110001101011100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826417; }

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

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

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

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

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

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

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

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