Html Css Color HEX #847313 Yukon Gold

📋 copy color: '#847313'

red 132 ◦ green 115 ◦ blue 19

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

Shades of Yukon Gold #847313

Tints of Yukon Gold #847313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.23%

 BLUE value IS 19 (7.81% from 255) = 7.14%

R = 49.62%
G = 43.23%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#847313 (or 0x847313) is known color: Yukon Gold. HEX triplet: 84, 73 and 13. RGB value is (132,115,19). Sum of RGB (Red+Green+Blue) = 132+115+19=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #847313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847313 is #7B8CEC. Grayscale: #6D6D6D. Windows color (decimal): -8097005 or 1274756. OLE color: 1274756.

HSL color Cylindrical-coordinate representation of color #847313: hue angle of 50.97º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #847313 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 115 19 -
CMYK 0 0.13 0.86 0.48
HSL 50.97º 0.75% 0.3% -
HSV(B) 50.97º 0.86% 0.52% -
XYZ 15.76 17.21 3.11 -
YUV 109.14 77.13 144.31 -
System Red Green Blue C M Y K H S L
Decimal 132 115 19 0 0.13 0.86 0.48 50.97 0.75 0.3
Hex 84 73 13 0 D 56 30 33 4B 1E
Octal 204 163 23 0 15 126 60 63 113 36
Binary 10000100 1110011 10011 0 1101 1010110 110000 110011 1001011 11110

Color Harmonies of #847313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847313

Black with #847313

Text Example


Text Example

White with #847313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847313; }

 p { color: rgb(132,115,19); }

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

background-color css

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

 a { background-color: rgb(132,115,19); }

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

border-color css

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

 span { border-color: rgb(132,115,19); }

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