Html Css Color HEX #84740F Yukon Gold

📋 copy color: '#84740F'

red 132 ◦ green 116 ◦ blue 15

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

Shades of Yukon Gold #84740F

Tints of Yukon Gold #84740F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.11%

 BLUE value IS 15 (6.25% from 255) = 5.7%

R = 50.19%
G = 44.11%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84740F (or 0x84740F) is known color: Yukon Gold. HEX triplet: 84, 74 and 0F. RGB value is (132,116,15). Sum of RGB (Red+Green+Blue) = 132+116+15=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84740F is #7B8BF0. Grayscale: #6D6D6D. Windows color (decimal): -8096753 or 1012868. OLE color: 1012868.

HSL color Cylindrical-coordinate representation of color #84740F: hue angle of 51.79º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84740F is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 116 15 -
CMYK 0 0.12 0.89 0.48
HSL 51.79º 0.8% 0.29% -
HSV(B) 51.79º 0.89% 0.52% -
XYZ 15.85 17.43 2.98 -
YUV 109.27 74.8 144.21 -
System Red Green Blue C M Y K H S L
Decimal 132 116 15 0 0.12 0.89 0.48 51.79 0.8 0.29
Hex 84 74 F 0 C 59 30 34 50 1D
Octal 204 164 17 0 14 131 60 64 120 35
Binary 10000100 1110100 1111 0 1100 1011001 110000 110100 1010000 11101

Color Harmonies of #84740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84740F

Black with #84740F

Text Example


Text Example

White with #84740F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84740F;
 }
 .AnyTagClassName
 {
   color: #84740F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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