#826311

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

Shades of Yukon Gold #826311

Tints of Yukon Gold #826311

Color information

#826311 (or 0x826311) is unknown color: approx Yukon Gold. HEX triplet: 82, 63 and 11. RGB value is (130,99,17). Sum of RGB (Red+Green+Blue) = 130+99+17=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #826311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826311 is #7D9CEE. Grayscale: #636363. Windows color (decimal): -8232175 or 1139586. OLE color: 1139586.

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

Color convert

RGB1309917-
CMYK00.240.870.49
HSL43.54º76.87%28.82%-
HSV(B)43.54º86.92%50.98%-
XYZ13.7713.712.45-
YUV98.9281.77150.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.85%
GREEN value IS 99 (39.06% from 255) = 40.24%
BLUE value IS 17 (7.03% from 255) = 6.91%
R=52.85%
G=40.24%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130991700.240.870.4943.5476.8728.82
Hex82631101857312c4d1d
Octal20214321030127615411535
Binary100000101100011100010110001010111110001101100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826311; }

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

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

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

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

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

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

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

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