#826400

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

Shades of Yukon Gold #826400

Tints of Yukon Gold #826400

Color information

#826400 (or 0x826400) is unknown color: approx Yukon Gold. HEX triplet: 82, 64 and 00. RGB value is (130,100,0). Sum of RGB (Red+Green+Blue) = 130+100+0=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #826400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826400 is #7D9BFF. Grayscale: #626262. Windows color (decimal): -8231936 or 25730. OLE color: 25730.

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

Color convert

RGB1301000-
CMYK00.2310.49
HSL46.15º100%25.49%-
HSV(B)46.15º100%50.98%-
XYZ13.7613.861.95-
YUV97.5772.94151.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.52%
GREEN value IS 100 (39.45% from 255) = 43.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.52%
G=43.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130100000.2310.4946.1510025.49
Hex8264001764312e6419
Octal2021440027144615614431
Binary10000010110010000101111100100110001101110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826400; }

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

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

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

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

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

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

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

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