#826518

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

Shades of Yukon Gold #826518

Tints of Yukon Gold #826518

Color information

#826518 (or 0x826518) is unknown color: approx Yukon Gold. HEX triplet: 82, 65 and 18. RGB value is (130,101,24). Sum of RGB (Red+Green+Blue) = 130+101+24=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #826518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826518 is #7D9AE7. Grayscale: #656565. Windows color (decimal): -8231656 or 1598850. OLE color: 1598850.

HSL color Cylindrical-coordinate representation of color #826518: hue angle of 43.58º degrees, saturation: 0.69, 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 #826518 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB13010124-
CMYK00.220.820.49
HSL43.58º68.83%30.2%-
HSV(B)43.58º81.54%50.98%-
XYZ14.0214.122.85-
YUV100.8984.61148.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.98%
GREEN value IS 101 (39.84% from 255) = 39.61%
BLUE value IS 24 (9.77% from 255) = 9.41%
R=50.98%
G=39.61%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301012400.220.820.4943.5868.8330.2
Hex82651801652312c451e
Octal20214530026122615410536
Binary100000101100101110000101101010010110001101100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826518; }

 p { color: rgb(130,101,24); }

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

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

 a { background-color: rgb(130,101,24); }

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

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

 span { border-color: rgb(130,101,24); }

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