#826f12

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

Shades of Yukon Gold #826F12

Tints of Yukon Gold #826F12

Color information

#826F12 (or 0x826F12) is unknown color: approx Yukon Gold. HEX triplet: 82, 6F and 12. RGB value is (130,111,18). Sum of RGB (Red+Green+Blue) = 130+111+18=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #826F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826F12 is #7D90ED. Grayscale: #6A6A6A. Windows color (decimal): -8229102 or 1208194. OLE color: 1208194.

HSL color Cylindrical-coordinate representation of color #826F12: hue angle of 49.82º 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 #826F12 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB13011118-
CMYK00.150.860.49
HSL49.82º75.68%29.02%-
HSV(B)49.82º86.15%50.98%-
XYZ1516.162.9-
YUV106.0878.29145.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.19%
GREEN value IS 111 (43.75% from 255) = 42.86%
BLUE value IS 18 (7.42% from 255) = 6.95%
R=50.19%
G=42.86%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301111800.150.860.4949.8275.6829.02
Hex826F120F5631324c1d
Octal20215722017126616211435
Binary10000010110111110010011111010110110001110010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826f12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826f12; }

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

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

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

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

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

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

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

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