Html Css Color HEX #84731F Yukon Gold

📋 copy color: '#84731F'

red 132 ◦ green 115 ◦ blue 31

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

Shades of Yukon Gold #84731F

Tints of Yukon Gold #84731F

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 value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#84731F (or 0x84731F) is known color: 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

RGB 132 115 31 -
CMYK 0 0.13 0.77 0.48
HSL 49.9º 0.62% 0.32% -
HSV(B) 49.9º 0.77% 0.52% -
XYZ 15.89 17.27 3.79 -
YUV 110.51 83.13 143.33 -
System Red Green Blue C M Y K H S L
Decimal 132 115 31 0 0.13 0.77 0.48 49.9 0.62 0.32
Hex 84 73 1F 0 D 4D 30 32 3E 20
Octal 204 163 37 0 15 115 60 62 76 40
Binary 10000100 1110011 11111 0 1101 1001101 110000 110010 111110 100000

Color Harmonies of #84731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84731F

Black with #84731F

Text Example


Text Example

White with #84731F

Text Example


Text Example

HTML Codes & Css Web 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>