Html Css Color HEX #84751F Yukon Gold

📋 copy color: '#84751F'

red 132 ◦ green 117 ◦ blue 31

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

Shades of Yukon Gold #84751F

Tints of Yukon Gold #84751F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.79%

 BLUE value IS 31 (12.5% from 255) = 11.07%

R = 47.14%
G = 41.79%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#84751F (or 0x84751F) is known color: Yukon Gold. HEX triplet: 84, 75 and 1F. RGB value is (132,117,31). Sum of RGB (Red+Green+Blue) = 132+117+31=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #84751F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84751F is #7B8AE0. Grayscale: #707070. Windows color (decimal): -8096481 or 2061700. OLE color: 2061700.

HSL color Cylindrical-coordinate representation of color #84751F: hue angle of 51.09º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84751F is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 117 31 -
CMYK 0 0.11 0.77 0.48
HSL 51.09º 0.62% 0.32% -
HSV(B) 51.09º 0.77% 0.52% -
XYZ 16.12 17.73 3.87 -
YUV 111.68 82.47 142.49 -
System Red Green Blue C M Y K H S L
Decimal 132 117 31 0 0.11 0.77 0.48 51.09 0.62 0.32
Hex 84 75 1F 0 B 4D 30 33 3E 20
Octal 204 165 37 0 13 115 60 63 76 40
Binary 10000100 1110101 11111 0 1011 1001101 110000 110011 111110 100000

Color Harmonies of #84751F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84751F

Black with #84751F

Text Example


Text Example

White with #84751F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,117,31); }

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

background-color css

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

 a { background-color: rgb(132,117,31); }

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

border-color css

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

 span { border-color: rgb(132,117,31); }

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