#847420

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

Shades of Yukon Gold #847420

Tints of Yukon Gold #847420

Color information

#847420 (or 0x847420) is unknown color: approx Yukon Gold. HEX triplet: 84, 74 and 20. RGB value is (132,116,32). Sum of RGB (Red+Green+Blue) = 132+116+32=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #847420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847420 is #7B8BDF. Grayscale: #6F6F6F. Windows color (decimal): -8096736 or 2126980. OLE color: 2126980.

HSL color Cylindrical-coordinate representation of color #847420: hue angle of 50.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #847420 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB13211632-
CMYK00.120.760.48
HSL50.4º60.98%32.16%-
HSV(B)50.4º75.76%51.76%-
XYZ16.0217.53.9-
YUV111.2183.3142.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 116 (45.70% from 255) = 41.43%
BLUE value IS 32 (12.89% from 255) = 11.43%
R=47.14%
G=41.43%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321163200.120.760.4850.460.9832.16
Hex8474200C4C30323d20
Octal2041644001411460627540
Binary100001001110100100000011001001100110000110010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847420; }

 p { color: rgb(132,116,32); }

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

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

 a { background-color: rgb(132,116,32); }

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

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

 span { border-color: rgb(132,116,32); }

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