Html Css Color HEX #84701B Yukon Gold

📋 copy color: '#84701B'

red 132 ◦ green 112 ◦ blue 27

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

Shades of Yukon Gold #84701B

Tints of Yukon Gold #84701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.96%

R = 48.71%
G = 41.33%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#84701B (or 0x84701B) is known color: Yukon Gold. HEX triplet: 84, 70 and 1B. RGB value is (132,112,27). Sum of RGB (Red+Green+Blue) = 132+112+27=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #84701B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84701B is #7B8FE4. Grayscale: #6C6C6C. Windows color (decimal): -8097765 or 1798276. OLE color: 1798276.

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

Color convert

RGB 132 112 27 -
CMYK 0 0.15 0.80 0.48
HSL 48.57º 0.66% 0.31% -
HSV(B) 48.57º 0.8% 0.52% -
XYZ 15.51 16.57 3.42 -
YUV 108.29 82.13 144.91 -
System Red Green Blue C M Y K H S L
Decimal 132 112 27 0 0.15 0.80 0.48 48.57 0.66 0.31
Hex 84 70 1B 0 F 50 30 31 42 1F
Octal 204 160 33 0 17 120 60 61 102 37
Binary 10000100 1110000 11011 0 1111 1010000 110000 110001 1000010 11111

Color Harmonies of #84701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84701B

Black with #84701B

Text Example


Text Example

White with #84701B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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