#826013

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

Shades of Yukon Gold #826013

Tints of Yukon Gold #826013

Color information

#826013 (or 0x826013) is unknown color: approx Yukon Gold. HEX triplet: 82, 60 and 13. RGB value is (130,96,19). Sum of RGB (Red+Green+Blue) = 130+96+19=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #826013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826013 is #7D9FEC. Grayscale: #616161. Windows color (decimal): -8232941 or 1269890. OLE color: 1269890.

HSL color Cylindrical-coordinate representation of color #826013: hue angle of 41.62º degrees, saturation: 0.74, 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 #826013 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1309619-
CMYK00.260.850.49
HSL41.62º74.5%29.22%-
HSV(B)41.62º85.38%50.98%-
XYZ13.5113.162.44-
YUV97.3983.76151.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.06%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 19 (7.81% from 255) = 7.76%
R=53.06%
G=39.18%
B=7.76%

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
Decimal130961900.260.850.4941.6274.529.22
Hex82601301A55312a4a1d
Octal20214023032125615211235
Binary100000101100000100110110101010101110001101010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826013; }

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

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

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

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

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

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

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

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