#84721F

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

Shades of Yukon Gold #84721F

Tints of Yukon Gold #84721F

Color information

#84721F (or 0x84721F) is unknown color: approx Yukon Gold. HEX triplet: 84, 72 and 1F. RGB value is (132,114,31). Sum of RGB (Red+Green+Blue) = 132+114+31=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #84721F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84721F is #7B8DE0. Grayscale: #6E6E6E. Windows color (decimal): -8097249 or 2060932. OLE color: 2060932.

HSL color Cylindrical-coordinate representation of color #84721F: hue angle of 49.31º 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 #84721F is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB13211431-
CMYK00.140.770.48
HSL49.31º61.96%31.96%-
HSV(B)49.31º76.52%51.76%-
XYZ15.7817.043.75-
YUV109.9283.46143.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.65%
GREEN value IS 114 (44.92% from 255) = 41.16%
BLUE value IS 31 (12.5% from 255) = 11.19%
R=47.65%
G=41.16%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321143100.140.770.4849.3161.9631.96
Hex84721F0E4D30313e20
Octal2041623701611560617640
Binary10000100111001011111011101001101110000110001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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