Html Css Color HEX #847020 Yukon Gold

📋 copy color: '#847020'

red 132 ◦ green 112 ◦ blue 32

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

Shades of Yukon Gold #847020

Tints of Yukon Gold #847020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.59%

R = 47.83%
G = 40.58%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#847020 (or 0x847020) is known color: Yukon Gold. HEX triplet: 84, 70 and 20. RGB value is (132,112,32). Sum of RGB (Red+Green+Blue) = 132+112+32=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #847020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847020 is #7B8FDF. Grayscale: #6D6D6D. Windows color (decimal): -8097760 or 2125956. OLE color: 2125956.

HSL color Cylindrical-coordinate representation of color #847020: hue angle of 48º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #847020 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 112 32 -
CMYK 0 0.15 0.76 0.48
HSL 48º 0.61% 0.32% -
HSV(B) 48º 0.76% 0.52% -
XYZ 15.57 16.6 3.75 -
YUV 108.86 84.63 144.5 -
System Red Green Blue C M Y K H S L
Decimal 132 112 32 0 0.15 0.76 0.48 48 0.61 0.32
Hex 84 70 20 0 F 4C 30 30 3D 20
Octal 204 160 40 0 17 114 60 60 75 40
Binary 10000100 1110000 100000 0 1111 1001100 110000 110000 111101 100000

Color Harmonies of #847020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847020

Black with #847020

Text Example


Text Example

White with #847020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847020; }

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

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

background-color css

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

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

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

border-color css

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

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

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