Html Css Color HEX #84731A Yukon Gold

📋 copy color: '#84731A'

red 132 ◦ green 115 ◦ blue 26

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

Shades of Yukon Gold #84731A

Tints of Yukon Gold #84731A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.12%

 BLUE value IS 26 (10.55% from 255) = 9.52%

R = 48.35%
G = 42.12%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#84731A (or 0x84731A) is known color: Yukon Gold. HEX triplet: 84, 73 and 1A. RGB value is (132,115,26). Sum of RGB (Red+Green+Blue) = 132+115+26=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #84731A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84731A is #7B8CE5. Grayscale: #6E6E6E. Windows color (decimal): -8096998 or 1733508. OLE color: 1733508.

HSL color Cylindrical-coordinate representation of color #84731A: hue angle of 50.38º 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 #84731A is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 115 26 -
CMYK 0 0.13 0.80 0.48
HSL 50.38º 0.67% 0.31% -
HSV(B) 50.38º 0.8% 0.52% -
XYZ 15.83 17.24 3.47 -
YUV 109.94 80.63 143.74 -
System Red Green Blue C M Y K H S L
Decimal 132 115 26 0 0.13 0.80 0.48 50.38 0.67 0.31
Hex 84 73 1A 0 D 50 30 32 43 1F
Octal 204 163 32 0 15 120 60 62 103 37
Binary 10000100 1110011 11010 0 1101 1010000 110000 110010 1000011 11111

Color Harmonies of #84731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84731A

Black with #84731A

Text Example


Text Example

White with #84731A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84731A;
 }
 .AnyTagClassName
 {
   color: #84731A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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