#826726

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

Shades of Yukon Gold #826726

Tints of Yukon Gold #826726

Color information

#826726 (or 0x826726) is unknown color: approx Yukon Gold. HEX triplet: 82, 67 and 26. RGB value is (130,103,38). Sum of RGB (Red+Green+Blue) = 130+103+38=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #826726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826726 is #7D98D9. Grayscale: #676767. Windows color (decimal): -8231130 or 2516866. OLE color: 2516866.

HSL color Cylindrical-coordinate representation of color #826726: hue angle of 42.39º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #826726 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB13010338-
CMYK00.210.710.49
HSL42.39º54.76%32.94%-
HSV(B)42.39º70.77%50.98%-
XYZ14.4114.593.89-
YUV103.6690.95146.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 103 (40.62% from 255) = 38.01%
BLUE value IS 38 (15.23% from 255) = 14.02%
R=47.97%
G=38.01%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301033800.210.710.4942.3954.7632.94
Hex82672601547312a3721
Octal2021474602510761526741
Binary1000001011001111001100101011000111110001101010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826726; }

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

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

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

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

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

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

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

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