#84741F

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

Shades of Yukon Gold #84741F

Tints of Yukon Gold #84741F

Color information

#84741F (or 0x84741F) is unknown color: approx Yukon Gold. HEX triplet: 84, 74 and 1F. RGB value is (132,116,31). Sum of RGB (Red+Green+Blue) = 132+116+31=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84741F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84741F is #7B8BE0. Grayscale: #6F6F6F. Windows color (decimal): -8096737 or 2061444. OLE color: 2061444.

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

Color convert

RGB13211631-
CMYK00.120.770.48
HSL50.5º61.96%31.96%-
HSV(B)50.5º76.52%51.76%-
XYZ16.0117.53.83-
YUV111.0982.8142.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 116 (45.70% from 255) = 41.58%
BLUE value IS 31 (12.5% from 255) = 11.11%
R=47.31%
G=41.58%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321163100.120.770.4850.561.9631.96
Hex84741F0C4D30323e20
Octal2041643701411560627640
Binary10000100111010011111011001001101110000110010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84741F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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