#847414

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

Shades of Yukon Gold #847414

Tints of Yukon Gold #847414

Color information

#847414 (or 0x847414) is unknown color: approx Yukon Gold. HEX triplet: 84, 74 and 14. RGB value is (132,116,20). Sum of RGB (Red+Green+Blue) = 132+116+20=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #847414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847414 is #7B8BEB. Grayscale: #6E6E6E. Windows color (decimal): -8096748 or 1340548. OLE color: 1340548.

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

Color convert

RGB13211620-
CMYK00.120.850.48
HSL51.43º73.68%29.8%-
HSV(B)51.43º84.85%51.76%-
XYZ15.8917.453.19-
YUV109.8477.3143.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 116 (45.70% from 255) = 43.28%
BLUE value IS 20 (8.20% from 255) = 7.46%
R=49.25%
G=43.28%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321162000.120.850.4851.4373.6829.8
Hex8474140C5530334a1e
Octal20416424014125606311236
Binary10000100111010010100011001010101110000110011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847414; }

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

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

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

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

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

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

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

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