#84731F

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

Shades of Yukon Gold #84731F

Tints of Yukon Gold #84731F

Color information

#84731F (or 0x84731F) is unknown color: approx Yukon Gold. HEX triplet: 84, 73 and 1F. RGB value is (132,115,31). Sum of RGB (Red+Green+Blue) = 132+115+31=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #84731F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84731F is #7B8CE0. Grayscale: #6E6E6E. Windows color (decimal): -8096993 or 2061188. OLE color: 2061188.

HSL color Cylindrical-coordinate representation of color #84731F: hue angle of 49.9º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84731F is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB13211531-
CMYK00.130.770.48
HSL49.9º61.96%31.96%-
HSV(B)49.9º76.52%51.76%-
XYZ15.8917.273.79-
YUV110.5183.13143.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.48%
GREEN value IS 115 (45.31% from 255) = 41.37%
BLUE value IS 31 (12.5% from 255) = 11.15%
R=47.48%
G=41.37%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321153100.130.770.4849.961.9631.96
Hex84731F0D4D30323e20
Octal2041633701511560627640
Binary10000100111001111111011011001101110000110010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84731F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84731F; }

 p { color: rgb(132,115,31); }

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

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

 a { background-color: rgb(132,115,31); }

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

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

 span { border-color: rgb(132,115,31); }

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