#826812

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

Shades of Yukon Gold #826812

Tints of Yukon Gold #826812

Color information

#826812 (or 0x826812) is unknown color: approx Yukon Gold. HEX triplet: 82, 68 and 12. RGB value is (130,104,18). Sum of RGB (Red+Green+Blue) = 130+104+18=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #826812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826812 is #7D97ED. Grayscale: #666666. Windows color (decimal): -8230894 or 1206402. OLE color: 1206402.

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

Color convert

RGB13010418-
CMYK00.20.860.49
HSL46.07º75.68%29.02%-
HSV(B)46.07º86.15%50.98%-
XYZ14.2714.692.66-
YUV101.9780.61147.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.59%
GREEN value IS 104 (41.02% from 255) = 41.27%
BLUE value IS 18 (7.42% from 255) = 7.14%
R=51.59%
G=41.27%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301041800.20.860.4946.0775.6829.02
Hex82681201456312e4c1d
Octal20215022024126615611435
Binary100000101101000100100101001010110110001101110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826812; }

 p { color: rgb(130,104,18); }

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

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

 a { background-color: rgb(130,104,18); }

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

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

 span { border-color: rgb(130,104,18); }

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