#826718

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

Shades of Yukon Gold #826718

Tints of Yukon Gold #826718

Color information

#826718 (or 0x826718) is unknown color: approx Yukon Gold. HEX triplet: 82, 67 and 18. RGB value is (130,103,24). Sum of RGB (Red+Green+Blue) = 130+103+24=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #826718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826718 is #7D98E7. Grayscale: #666666. Windows color (decimal): -8231144 or 1599362. OLE color: 1599362.

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

Color convert

RGB13010324-
CMYK00.210.820.49
HSL44.72º68.83%30.2%-
HSV(B)44.72º81.54%50.98%-
XYZ14.2214.512.92-
YUV102.0783.95147.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.58%
GREEN value IS 103 (40.62% from 255) = 40.08%
BLUE value IS 24 (9.77% from 255) = 9.34%
R=50.58%
G=40.08%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301032400.210.820.4944.7268.8330.2
Hex82671801552312d451e
Octal20214730025122615510536
Binary100000101100111110000101011010010110001101101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826718; }

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

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

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

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

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

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

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

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