#826014

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

Shades of Yukon Gold #826014

Tints of Yukon Gold #826014

Color information

#826014 (or 0x826014) is unknown color: approx Yukon Gold. HEX triplet: 82, 60 and 14. RGB value is (130,96,20). Sum of RGB (Red+Green+Blue) = 130+96+20=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #826014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826014 is #7D9FEB. Grayscale: #616161. Windows color (decimal): -8232940 or 1335426. OLE color: 1335426.

HSL color Cylindrical-coordinate representation of color #826014: hue angle of 41.45º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #826014 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1309620-
CMYK00.260.850.49
HSL41.45º73.33%29.41%-
HSV(B)41.45º84.62%50.98%-
XYZ13.5213.162.49-
YUV97.584.26151.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.85%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 20 (8.20% from 255) = 8.13%
R=52.85%
G=39.02%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130962000.260.850.4941.4573.3329.41
Hex82601401A553129491d
Octal20214024032125615111135
Binary100000101100000101000110101010101110001101001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826014; }

 p { color: rgb(130,96,20); }

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

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

 a { background-color: rgb(130,96,20); }

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

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

 span { border-color: rgb(130,96,20); }

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