#826511

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

Shades of Yukon Gold #826511

Tints of Yukon Gold #826511

Color information

#826511 (or 0x826511) is unknown color: approx Yukon Gold. HEX triplet: 82, 65 and 11. RGB value is (130,101,17). Sum of RGB (Red+Green+Blue) = 130+101+17=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #826511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826511 is #7D9AEE. Grayscale: #646464. Windows color (decimal): -8231663 or 1140098. OLE color: 1140098.

HSL color Cylindrical-coordinate representation of color #826511: hue angle of 44.6º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #826511 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB13010117-
CMYK00.220.870.49
HSL44.6º76.87%28.82%-
HSV(B)44.6º86.92%50.98%-
XYZ13.9614.092.51-
YUV100.181.11149.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.42%
GREEN value IS 101 (39.84% from 255) = 40.73%
BLUE value IS 17 (7.03% from 255) = 6.85%
R=52.42%
G=40.73%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301011700.220.870.4944.676.8728.82
Hex82651101657312d4d1d
Octal20214521026127615511535
Binary100000101100101100010101101010111110001101101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826511; }

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

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

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

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

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

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

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

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