#827112

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

Shades of Yukon Gold #827112

Tints of Yukon Gold #827112

Color information

#827112 (or 0x827112) is unknown color: approx Yukon Gold. HEX triplet: 82, 71 and 12. RGB value is (130,113,18). Sum of RGB (Red+Green+Blue) = 130+113+18=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #827112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827112 is #7D8EED. Grayscale: #6B6B6B. Windows color (decimal): -8228590 or 1208706. OLE color: 1208706.

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

Color convert

RGB13011318-
CMYK00.130.860.49
HSL50.89º75.68%29.02%-
HSV(B)50.89º86.15%50.98%-
XYZ15.2216.62.97-
YUV107.2577.63144.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.81%
GREEN value IS 113 (44.53% from 255) = 43.30%
BLUE value IS 18 (7.42% from 255) = 6.90%
R=49.81%
G=43.30%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301131800.130.860.4950.8975.6829.02
Hex8271120D5631334c1d
Octal20216122015126616311435
Binary10000010111000110010011011010110110001110011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827112; }

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

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

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

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

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

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

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

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