Html Css Color HEX #84751D Yukon Gold

📋 copy color: '#84751D'

red 132 ◦ green 117 ◦ blue 29

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

Shades of Yukon Gold #84751D

Tints of Yukon Gold #84751D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.43%

R = 47.48%
G = 42.09%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#84751D (or 0x84751D) is known color: Yukon Gold. HEX triplet: 84, 75 and 1D. RGB value is (132,117,29). Sum of RGB (Red+Green+Blue) = 132+117+29=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #84751D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84751D is #7B8AE2. Grayscale: #6F6F6F. Windows color (decimal): -8096483 or 1930628. OLE color: 1930628.

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

Color convert

RGB 132 117 29 -
CMYK 0 0.11 0.78 0.48
HSL 51.26º 0.64% 0.32% -
HSV(B) 51.26º 0.78% 0.52% -
XYZ 16.1 17.72 3.73 -
YUV 111.45 81.47 142.66 -
System Red Green Blue C M Y K H S L
Decimal 132 117 29 0 0.11 0.78 0.48 51.26 0.64 0.32
Hex 84 75 1D 0 B 4E 30 33 40 20
Octal 204 165 35 0 13 116 60 63 100 40
Binary 10000100 1110101 11101 0 1011 1001110 110000 110011 1000000 100000

Color Harmonies of #84751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84751D

Black with #84751D

Text Example


Text Example

White with #84751D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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