Html Css Color HEX #84761B Yukon Gold

📋 copy color: '#84761B'

red 132 ◦ green 118 ◦ blue 27

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

Shades of Yukon Gold #84761B

Tints of Yukon Gold #84761B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.6%

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

R = 47.65%
G = 42.6%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#84761B (or 0x84761B) is known color: Yukon Gold. HEX triplet: 84, 76 and 1B. RGB value is (132,118,27). Sum of RGB (Red+Green+Blue) = 132+118+27=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #84761B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84761B is #7B89E4. Grayscale: #707070. Windows color (decimal): -8096229 or 1799812. OLE color: 1799812.

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

Color convert

RGB 132 118 27 -
CMYK 0 0.11 0.80 0.48
HSL 52º 0.66% 0.31% -
HSV(B) 52º 0.8% 0.52% -
XYZ 16.19 17.94 3.65 -
YUV 111.81 80.14 142.4 -
System Red Green Blue C M Y K H S L
Decimal 132 118 27 0 0.11 0.80 0.48 52 0.66 0.31
Hex 84 76 1B 0 B 50 30 34 42 1F
Octal 204 166 33 0 13 120 60 64 102 37
Binary 10000100 1110110 11011 0 1011 1010000 110000 110100 1000010 11111

Color Harmonies of #84761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84761B

Black with #84761B

Text Example


Text Example

White with #84761B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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