Html Css Color HEX #84701E Yukon Gold

📋 copy color: '#84701E'

red 132 ◦ green 112 ◦ blue 30

#84701E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #84701E

Tints of Yukon Gold #84701E

RGB

 RED value IS 132 (51.95% from 255) = 48.18%

 GREEN value IS 112 (44.14% from 255) = 40.88%

 BLUE value IS 30 (12.11% from 255) = 10.95%

R = 48.18%
G = 40.88%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#84701E (or 0x84701E) is known color: Yukon Gold. HEX triplet: 84, 70 and 1E. RGB value is (132,112,30). Sum of RGB (Red+Green+Blue) = 132+112+30=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #84701E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84701E is #7B8FE1. Grayscale: #6C6C6C. Windows color (decimal): -8097762 or 1994884. OLE color: 1994884.

HSL color Cylindrical-coordinate representation of color #84701E: hue angle of 48.24º degrees, saturation: 0.63, 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 #84701E is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 112 30 -
CMYK 0 0.15 0.77 0.48
HSL 48.24º 0.63% 0.32% -
HSV(B) 48.24º 0.77% 0.52% -
XYZ 15.54 16.59 3.61 -
YUV 108.63 83.63 144.67 -
System Red Green Blue C M Y K H S L
Decimal 132 112 30 0 0.15 0.77 0.48 48.24 0.63 0.32
Hex 84 70 1E 0 F 4D 30 30 3F 20
Octal 204 160 36 0 17 115 60 60 77 40
Binary 10000100 1110000 11110 0 1111 1001101 110000 110000 111111 100000

Color Harmonies of #84701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84701E

Black with #84701E

Text Example


Text Example

White with #84701E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84701E;
 }
 .AnyTagClassName
 {
   color: #84701E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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