#826416

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

Shades of Yukon Gold #826416

Tints of Yukon Gold #826416

Color information

#826416 (or 0x826416) is unknown color: approx Yukon Gold. HEX triplet: 82, 64 and 16. RGB value is (130,100,22). Sum of RGB (Red+Green+Blue) = 130+100+22=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #826416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826416 is #7D9BE9. Grayscale: #646464. Windows color (decimal): -8231914 or 1467522. OLE color: 1467522.

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

Color convert

RGB13010022-
CMYK00.230.830.49
HSL43.33º71.05%29.8%-
HSV(B)43.33º83.08%50.98%-
XYZ13.9113.922.71-
YUV100.0883.94149.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.59%
GREEN value IS 100 (39.45% from 255) = 39.68%
BLUE value IS 22 (8.98% from 255) = 8.73%
R=51.59%
G=39.68%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301002200.230.830.4943.3371.0529.8
Hex82641601753312b471e
Octal20214426027123615310736
Binary100000101100100101100101111010011110001101011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826416; }

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

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

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

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

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

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

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

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