#826310

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

Shades of Yukon Gold #826310

Tints of Yukon Gold #826310

Color information

#826310 (or 0x826310) is unknown color: approx Yukon Gold. HEX triplet: 82, 63 and 10. RGB value is (130,99,16). Sum of RGB (Red+Green+Blue) = 130+99+16=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #826310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826310 is #7D9CEF. Grayscale: #636363. Windows color (decimal): -8232176 or 1074050. OLE color: 1074050.

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

Color convert

RGB1309916-
CMYK00.240.880.49
HSL43.68º78.08%28.63%-
HSV(B)43.68º87.69%50.98%-
XYZ13.7613.712.41-
YUV98.8181.27150.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.06%
GREEN value IS 99 (39.06% from 255) = 40.41%
BLUE value IS 16 (6.64% from 255) = 6.53%
R=53.06%
G=40.41%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130991600.240.880.4943.6878.0828.63
Hex82631001858312c4e1d
Octal20214320030130615411635
Binary100000101100011100000110001011000110001101100100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826310; }

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

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

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

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

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

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

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

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