#826018

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

Shades of Yukon Gold #826018

Tints of Yukon Gold #826018

Color information

#826018 (or 0x826018) is unknown color: approx Yukon Gold. HEX triplet: 82, 60 and 18. RGB value is (130,96,24). Sum of RGB (Red+Green+Blue) = 130+96+24=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #826018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826018 is #7D9FE7. Grayscale: #626262. Windows color (decimal): -8232936 or 1597570. OLE color: 1597570.

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

Color convert

RGB1309624-
CMYK00.260.820.49
HSL40.75º68.83%30.2%-
HSV(B)40.75º81.54%50.98%-
XYZ13.5513.182.69-
YUV97.9686.26150.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 24 (9.77% from 255) = 9.6%
R=52%
G=38.4%
B=9.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130962400.260.820.4940.7568.8330.2
Hex82601801A523129451e
Octal20214030032122615110536
Binary100000101100000110000110101010010110001101001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826018; }

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

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

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

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

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

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

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

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