Html Css Color HEX #847220 Yukon Gold

📋 copy color: '#847220'

red 132 ◦ green 114 ◦ blue 32

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

Shades of Yukon Gold #847220

Tints of Yukon Gold #847220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.01%

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

R = 47.48%
G = 41.01%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#847220 (or 0x847220) is known color: Yukon Gold. HEX triplet: 84, 72 and 20. RGB value is (132,114,32). Sum of RGB (Red+Green+Blue) = 132+114+32=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #847220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847220 is #7B8DDF. Grayscale: #6E6E6E. Windows color (decimal): -8097248 or 2126468. OLE color: 2126468.

HSL color Cylindrical-coordinate representation of color #847220: hue angle of 49.2º 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 #847220 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 114 32 -
CMYK 0 0.14 0.76 0.48
HSL 49.2º 0.61% 0.32% -
HSV(B) 49.2º 0.76% 0.52% -
XYZ 15.79 17.04 3.82 -
YUV 110.03 83.96 143.67 -
System Red Green Blue C M Y K H S L
Decimal 132 114 32 0 0.14 0.76 0.48 49.2 0.61 0.32
Hex 84 72 20 0 E 4C 30 31 3D 20
Octal 204 162 40 0 16 114 60 61 75 40
Binary 10000100 1110010 100000 0 1110 1001100 110000 110001 111101 100000

Color Harmonies of #847220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847220

Black with #847220

Text Example


Text Example

White with #847220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847220; }

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

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

background-color css

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

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

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

border-color css

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

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

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