#827411

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

Shades of Yukon Gold #827411

Tints of Yukon Gold #827411

Color information

#827411 (or 0x827411) is unknown color: approx Yukon Gold. HEX triplet: 82, 74 and 11. RGB value is (130,116,17). Sum of RGB (Red+Green+Blue) = 130+116+17=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #827411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827411 is #7D8BEE. Grayscale: #6D6D6D. Windows color (decimal): -8227823 or 1143938. OLE color: 1143938.

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

Color convert

RGB13011617-
CMYK00.110.870.49
HSL52.57º76.87%28.82%-
HSV(B)52.57º86.92%50.98%-
XYZ15.5517.283.05-
YUV108.976.14143.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.43%
GREEN value IS 116 (45.70% from 255) = 44.11%
BLUE value IS 17 (7.03% from 255) = 6.46%
R=49.43%
G=44.11%
B=6.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301161700.110.870.4952.5776.8728.82
Hex8274110B5731354d1d
Octal20216421013127616511535
Binary10000010111010010001010111010111110001110101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827411; }

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

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

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

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

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

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

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

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