#84701A

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

Shades of Yukon Gold #84701A

Tints of Yukon Gold #84701A

Color information

#84701A (or 0x84701A) is unknown color: approx Yukon Gold. HEX triplet: 84, 70 and 1A. RGB value is (132,112,26). Sum of RGB (Red+Green+Blue) = 132+112+26=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #84701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84701A is #7B8FE5. Grayscale: #6C6C6C. Windows color (decimal): -8097766 or 1732740. OLE color: 1732740.

HSL color Cylindrical-coordinate representation of color #84701A: hue angle of 48.68º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84701A is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB13211226-
CMYK00.150.800.48
HSL48.68º67.09%30.98%-
HSV(B)48.68º80.3%51.76%-
XYZ15.516.573.36-
YUV108.1881.63144.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.89%
GREEN value IS 112 (44.14% from 255) = 41.48%
BLUE value IS 26 (10.55% from 255) = 9.63%
R=48.89%
G=41.48%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321122600.150.800.4848.6867.0930.98
Hex84701A0F503031431f
Octal20416032017120606110337
Binary10000100111000011010011111010000110000110001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84701A; }

 p { color: rgb(132,112,26); }

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

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

 a { background-color: rgb(132,112,26); }

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

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

 span { border-color: rgb(132,112,26); }

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