#827016

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

Shades of Yukon Gold #827016

Tints of Yukon Gold #827016

Color information

#827016 (or 0x827016) is unknown color: approx Yukon Gold. HEX triplet: 82, 70 and 16. RGB value is (130,112,22). Sum of RGB (Red+Green+Blue) = 130+112+22=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #827016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827016 is #7D8FE9. Grayscale: #6B6B6B. Windows color (decimal): -8228842 or 1470594. OLE color: 1470594.

HSL color Cylindrical-coordinate representation of color #827016: hue angle of 50º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #827016 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB13011222-
CMYK00.140.830.49
HSL50º71.05%29.8%-
HSV(B)50º83.08%50.98%-
XYZ15.1416.393.12-
YUV107.1279.96144.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.24%
GREEN value IS 112 (44.14% from 255) = 42.42%
BLUE value IS 22 (8.98% from 255) = 8.33%
R=49.24%
G=42.42%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301122200.140.830.495071.0529.8
Hex8270160E533132471e
Octal20216026016123616210736
Binary10000010111000010110011101010011110001110010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827016; }

 p { color: rgb(130,112,22); }

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

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

 a { background-color: rgb(130,112,22); }

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

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

 span { border-color: rgb(130,112,22); }

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