Html Css Color HEX #837314 Yukon Gold

📋 copy color: '#837314'

red 131 ◦ green 115 ◦ blue 20

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

Shades of Yukon Gold #837314

Tints of Yukon Gold #837314

RGB

 RED value IS 131 (51.56% from 255) = 49.25%

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

 BLUE value IS 20 (8.2% from 255) = 7.52%

R = 49.25%
G = 43.23%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#837314 (or 0x837314) is known color: Yukon Gold. HEX triplet: 83, 73 and 14. RGB value is (131,115,20). Sum of RGB (Red+Green+Blue) = 131+115+20=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #837314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837314 is #7C8CEB. Grayscale: #6D6D6D. Windows color (decimal): -8162540 or 1340291. OLE color: 1340291.

HSL color Cylindrical-coordinate representation of color #837314: hue angle of 51.35º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #837314 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 115 20 -
CMYK 0 0.12 0.85 0.49
HSL 51.35º 0.74% 0.3% -
HSV(B) 51.35º 0.85% 0.51% -
XYZ 15.62 17.14 3.15 -
YUV 108.95 77.8 143.72 -
System Red Green Blue C M Y K H S L
Decimal 131 115 20 0 0.12 0.85 0.49 51.35 0.74 0.3
Hex 83 73 14 0 C 55 31 33 4A 1E
Octal 203 163 24 0 14 125 61 63 112 36
Binary 10000011 1110011 10100 0 1100 1010101 110001 110011 1001010 11110

Color Harmonies of #837314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837314

Black with #837314

Text Example


Text Example

White with #837314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837314; }

 p { color: rgb(131,115,20); }

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

background-color css

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

 a { background-color: rgb(131,115,20); }

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

border-color css

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

 span { border-color: rgb(131,115,20); }

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