#847520

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

Shades of Yukon Gold #847520

Tints of Yukon Gold #847520

Color information

#847520 (or 0x847520) is unknown color: approx Yukon Gold. HEX triplet: 84, 75 and 20. RGB value is (132,117,32). Sum of RGB (Red+Green+Blue) = 132+117+32=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #847520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847520 is #7B8ADF. Grayscale: #707070. Windows color (decimal): -8096480 or 2127236. OLE color: 2127236.

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

Color convert

RGB13211732-
CMYK00.110.760.48
HSL51º60.98%32.16%-
HSV(B)51º75.76%51.76%-
XYZ16.1417.733.94-
YUV111.7982.97142.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 117 (46.09% from 255) = 41.64%
BLUE value IS 32 (12.89% from 255) = 11.39%
R=46.98%
G=41.64%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321173200.110.760.485160.9832.16
Hex8475200B4C30333d20
Octal2041654001311460637540
Binary100001001110101100000010111001100110000110011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847520; }

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

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

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

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

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

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

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

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