#826D18

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

Shades of Yukon Gold #826D18

Tints of Yukon Gold #826D18

Color information

#826D18 (or 0x826D18) is unknown color: approx Yukon Gold. HEX triplet: 82, 6D and 18. RGB value is (130,109,24). Sum of RGB (Red+Green+Blue) = 130+109+24=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #826D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826D18 is #7D92E7. Grayscale: #696969. Windows color (decimal): -8229608 or 1600898. OLE color: 1600898.

HSL color Cylindrical-coordinate representation of color #826D18: hue angle of 48.11º 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 #826D18 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB13010924-
CMYK00.160.820.49
HSL48.11º68.83%30.2%-
HSV(B)48.11º81.54%50.98%-
XYZ14.8415.753.12-
YUV105.5981.96145.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.43%
GREEN value IS 109 (42.97% from 255) = 41.44%
BLUE value IS 24 (9.77% from 255) = 9.13%
R=49.43%
G=41.44%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301092400.160.820.4948.1168.8330.2
Hex826D18010523130451e
Octal20215530020122616010536
Binary100000101101101110000100001010010110001110000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826D18; }

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

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

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

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

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

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

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

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