#827011

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

Shades of Yukon Gold #827011

Tints of Yukon Gold #827011

Color information

#827011 (or 0x827011) is unknown color: approx Yukon Gold. HEX triplet: 82, 70 and 11. RGB value is (130,112,17). Sum of RGB (Red+Green+Blue) = 130+112+17=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #827011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827011 is #7D8FEE. Grayscale: #6A6A6A. Windows color (decimal): -8228847 or 1142914. OLE color: 1142914.

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

Color convert

RGB13011217-
CMYK00.140.870.49
HSL50.44º76.87%28.82%-
HSV(B)50.44º86.92%50.98%-
XYZ15.116.372.9-
YUV106.5577.46144.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.19%
GREEN value IS 112 (44.14% from 255) = 43.24%
BLUE value IS 17 (7.03% from 255) = 6.56%
R=50.19%
G=43.24%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301121700.140.870.4950.4476.8728.82
Hex8270110E5731324d1d
Octal20216021016127616211535
Binary10000010111000010001011101010111110001110010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827011; }

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

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

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

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

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

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

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

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